Posted by Alvaro G. Vicario on 07/16/06 21:34
*** David escribió/wrote (16 Jul 2006 12:22:05 -0700):
> Hi, I was looking for pointers as to why mail() would not send non
> standard ascii characters correctly. The web page has the correct
> encoding, and in the code this is set:
>
> $headers = "Content-type: text/plain; encoding=iso-8859-1\r\n";
I believe the correct header should be:
Content-Type: text/plain; charset=ISO-8859-1
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
[Back to original message]
|