Hi,
I've made an XHTML page to be send as a rich e-mail so I can do more as just tekst. Everything is fine, except for the images.
In the source code I say the images are like <img src="http://www.domain.com/pic.jpg" alt="" /> but wen I send the email, I can't see the images in Outlook Express or Hotmail (in browser).
Because loading of remote content is usualy forbiden in the mail readers for security and privacy reasons. You need to embed the images into the email, there are classes that will help you:
http://pear.php.net/package/Mail_Mime http://www.phpclasses.org/mimemessage
and others
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php