PDA

View Full Version : Send emails with inline images


claudio
23rd April 2005, 21:09
I need a PHP script or class that lets me create and send email messages with inline images that are compatible with all major email clients (Outlook, Outlook Express, Thunderbird,...). Does anyone know where I can find something like that?

Claudio

preetam
24th April 2005, 20:28
Have a look at www.phpclasses.org. Maybe the class "MIME E-mail message composing and sending" (http://phpclasses.php-start.de/browse/package/9.html) is what you're looking for?

Preetam

claudio
25th April 2005, 12:42
Wow, lots of PHP classes there! :) I guess it will be much work to test them all. :D
Thx for the link.

Claudio