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

2006-06-13 Thread Manuel Lemos
Hello, on 06/13/2006 01:37 PM Peter Lauri said the following: > Yes, that class I am aware of. However, I only want to send text/plain > messages, not MIME messages. MIME includes plain text messages. MIME is what is called the set of standard rules defined in RFC documents for sending e-mail. 8

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

2006-06-13 Thread Peter Lauri
Yes, that class I am aware of. However, I only want to send text/plain messages, not MIME messages. -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 4:36 AM To: Peter Lauri Cc: php-general@lists.php.net Subject: Re: Sending UTF-8 mail with mai

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

2006-06-13 Thread Manuel Lemos
Hello, on 06/13/2006 06:09 AM Peter Lauri said the following: > 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" . > "Conten

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

2006-06-13 Thread Peter Lauri
What do you mean with the display fonts? Do you mean the text that is inserted in the form? -Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 12:55 AM To: Peter Lauri; 'tedd'; 'Barry'; php-general@lists.php.net Subject: RE: [PH

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

2006-06-13 Thread tedd
At 6:14 PM +0700 6/13/06, Peter Lauri wrote: >No they do not. It should be øÀ°¥ if it is correct. > >The process is like this: > >1. The user enter the data in a form >2. The form data will be used to insert data into the database and send an >alert via email about the name and summary of the docu

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

2006-06-13 Thread Peter Lauri
: Tuesday, June 13, 2006 11:00 PM To: Peter Lauri; 'Barry'; php-general@lists.php.net Subject: RE: [PHP] Re: Sending UTF-8 mail with mail() At 5:25 PM +0700 6/13/06, Peter Lauri wrote: >That worked "better". Now I at least am getting something that looks like >the same

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

2006-06-13 Thread tedd
At 5:25 PM +0700 6/13/06, Peter Lauri wrote: >That worked "better". Now I at least am getting something that looks like >the same it looks in MySQL database table. However, in the email client >(outlook, gmail, hotmail) it is being showed like this: > >Document name: ´¡¿Ë >Document summary: ´¡Ë¿ >

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

2006-06-13 Thread Peter Lauri
rom: Barry [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 9:34 PM To: php-general@lists.php.net Subject: [PHP] Re: Sending UTF-8 mail with mail() Peter Lauri schrieb: > How can I send UTF-8 mails with the mail() function. Right now I am doing: > > mail('[EMAIL PROTECTE

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

2006-06-13 Thread Barry
Peter Lauri schrieb: 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 bei