Re: [PHP] Sending UTF-8 mail with mail()

2006-06-13 Thread Richard Lynch
On Tue, June 13, 2006 4:09 am, Peter Lauri wrote: > How can I send UTF-8 mails with the mail() function. Right now I am > doing: > > mail('[EMAIL PROTECTED]', 'Subject', 'Message', > "From: The Sender <[EMAIL PROTECTED]> \n" . > "Content-Type: text/plain; charset=utf-8 \n" . > "Content-Transfer-Enc

Re: [PHP] Sending UTF-8 mail with mail()

2006-06-13 Thread M
Peter Lauri wrote: How can I send UTF-8 mails with the mail() function. Right now I am doing: mail('[EMAIL PROTECTED]', 'Subject', 'Message', "From: The Sender <[EMAIL PROTECTED]> \n" . "Content-Type: text/plain; charset=utf-8 \n" . "Content-Transfer-Encoding: 7bit\n\n") The message is being

[PHP] Sending UTF-8 mail with mail()

2006-06-13 Thread Peter Lauri
How can I send UTF-8 mails with the mail() function. Right now I am doing: mail('[EMAIL PROTECTED]', 'Subject', 'Message', "From: The Sender <[EMAIL PROTECTED]> \n" . "Content-Type: text/plain; charset=utf-8 \n" . "Content-Transfer-Encoding: 7bit\n\n") The message is being sent, but the UTF-8 s