
Manuel Lemos - 2008-08-03 21:27:22 -
In reply to message 1 from Wonderm00n
That means that you are using a different character set encoding than the default which is iso-8859-1 . If you are using utf-8 (Unicode) in your machine, you should set the character set encoding like this before calling sendmail_mail():
$message_object->default_charset='utf-8';