Hi everybody,
could anybody kindly give me a hint for dealing with the following
problem :
I need to send e-mails from a PHP 5 script running on Windows Apache,
containing Russian characters in the subject and in the content. I use
the function mail($to,$subje ct,$content,$he ader). The header looks like
this now : "From: xyz@abcdef.com\r\nX-Mailer:
PHP/".phpversion(). "\r\nConten t-Type: text/plain; charset='utf-8'"
Regrettably, the result is not much encouraging : I receive only
unreproducable characters on the other (receiver) side...
How to tackle this?
Thanks in advance
Victor
could anybody kindly give me a hint for dealing with the following
problem :
I need to send e-mails from a PHP 5 script running on Windows Apache,
containing Russian characters in the subject and in the content. I use
the function mail($to,$subje ct,$content,$he ader). The header looks like
this now : "From: xyz@abcdef.com\r\nX-Mailer:
PHP/".phpversion(). "\r\nConten t-Type: text/plain; charset='utf-8'"
Regrettably, the result is not much encouraging : I receive only
unreproducable characters on the other (receiver) side...
How to tackle this?
Thanks in advance
Victor
Comment