Re: Send XHTML emails with images

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Gery Duyck wrote:
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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux