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
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
Wow, lots of PHP classes there! I guess it will be much work to test them all. Thx for the link. Claudio