Here's my problem.
I would like to be able to send emails containing an HTML page with the inline images.
Some time ago I made a desktop application using CDONTS on Windows and there was a special function to do all the HTML rewriting so to have the images with the correct inline URL and also have all the images encoded in base64 to be able to send them within the email.
Now I would like to do the same thing in PHP and it would be great if someone could point me in the direction of a class that already has this kind of features.
Thanks to everybody.