Hello,
On 11/13/2004 04:28 PM, Adam Fleming wrote:
Hello All,
I have a simple mail() question, and I hope a hero can shed some light. I can't understand why my messages are being encoded, and extra headers are being added, *before* the message is sent through sendmail.
It seems that you have mbstring.func_overload set to an odd number making mail be overloaded by mb_send_mail.
Actually the way those messages go they will be blocked by most modern spam filters. So, I would say mb_send_mail is buggy, meaning do not use it.
--
Regards, Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php