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
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
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
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
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
: 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
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: ´¡Ë¿
>
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
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
9 matches
Mail list logo