Posted by Manuel Lemos on 11/18/05 05:35
Hello,
on 11/13/2005 03:51 PM Willem-Jan said the following:
> Can anyone tell me how to show pictures in an email that i sent by php?
> The first time i read the mail i can see the pictures in the mal. after
> that they wont be loaded automatically.
Either you include the absolute URL (which may not work if the recipient
is offline) or you embed the image data in the message using
multipart/related messages. In the latter case, you may want to try this
MIME message class that can be used to compose and send HTML messages
embedding image files to be displayed to the recipient.
http://www.phpclasses.org/mimemessage
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|