Posted by Manuel Lemos on 01/25/06 00:02
Hello,
on 01/23/2006 10:26 AM Zoe Brown said the following:
>> 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.
>
> Thanks for the reply - do you have any links I to composing a multipart MIME
> message ?
There are several RFC documents on the subject. Search for
multipart/releated MIME RFC in Google.
>> 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
>
> Link not working for me at the moment.
It was a temporary DNS problem. You may check again now.
--
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]
|