Sending UTF-8 mail with mail()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



How can I send UTF-8 mails with the mail() function. Right now I am doing:

mail('theemail@xxxxxxxxxx', 'Subject', 'Message', 
"From: The Sender <sender@xxxxxxxxxx> \n" . 
"Content-Type: text/plain; charset=utf-8 \n" .
"Content-Transfer-Encoding: 7bit\n\n")

The message is being sent, but the UTF-8 specific characters are not being
presented. Is there any fix on this?

The messages etc are coming from a form. Is it possible to set the charset
for the form?

/Peter

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux