Posted by Manuel Lemos on 03/04/07 07:17
Hello,
on 03/01/2007 04:09 PM geek7 said the following:
> I have been struggling with this for a while now.. I did change the
> errors like Toby said, and it did fix another problem I had, but I
> still cannot figure out how to properly use the mimemessage class.
> Does anyone have an example of this class encoding with quoted
> printable? I'm sure the answer is in the documentation staring me in
> the face, but I'm fairly new to PHP and can't get it. Thanks ahead of
> time!
Take a look at the test_simple_html_mail_message.php script that uses
the MIME message class to compose and send quoted-printable HTML
messages that avoid the ! problem.
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]
|