|
Posted by Manuel Lemos on 11/18/05 02:12
Hello,
on 11/10/2005 09:33 PM windandwaves said the following:
> Hi Folk
>
> Is there anyway in avoiding the Spam Assassin tag:
> MIME_BASE64_TEXT: Message text disguised using base64 encoding
>
> when sending email using the mail() function?
You should send your message text or HTML encoded with quoted-printable
encoding instead of base64. You may want to try this class that can be
used to encode your message properly and send them with the mail function:
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]
|