Posted by Manuel Lemos on 01/23/06 03:27
Hello,
on 01/22/2006 09:55 AM Zoe Brown said the following:
> I am using the PHP mail fnction to send a HTML formatted email. I need to
> include an image in the HTMl. Any pointers would be great thanks.
You need to compose multipart/related MIME messages. This is not a
trivial matter as you need to understand several RFC standard documents.
Alternatively you may want to try this MIME message class that can be
used for that purpose. Take a look at the test_html_mail_message.php
example script that comes with the class:
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/
Navigation:
[Reply to this message]
|