Posted by Robertu on 05/24/07 09:43
Hi at all
I'ld want inserrt into my emails body the ? euro symbol therefore I wrote
the header of my emails like :
$headers="From: $mail_from\n\r";
$headers.='X-Mailer: PHP/' . phpversion()."\r\n";
$headers.="MIME-Version: 1.0\r\n";
$headers.= "Content-Type: text/html; charset=utf-8\r\n";
$headers.="Content-Transfer-Encoding: 8bit\r\n\r\n";
But when emails attive to the ? euro sybnol arrive like a "?" and
$headers="From: $mail_from\n\r";
$headers.='X-Mailer: PHP/' . phpversion()."\r\n";
$headers.="MIME-Version: 1.0\r\n";
$headers.= "Content-Type: text/html; charset=utf-8\r\n";
$headers.="Content-Transfer-Encoding: 8bit\r\n\r\n";
arrive like the first part of the body and not like header
What can I do please?
Best Regards
[Back to original message]
|