Posted by Mohawk Mawk on 05/24/07 09:48
On May 24, 4:43 pm, "Robertu" <r...@nospam.com> wrote:
> 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
the euro symbols in html are
€ i think thats the asci code
€ this supposedly is not always supported
Navigation:
[Reply to this message]
|