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
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
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
3 matches
Mail list logo