Re: [PHP] How do I tell the mail function that the message content is HTML?

2001-09-19 Thread Jason Stechschulte

On Tue, Sep 18, 2001 at 05:24:37PM -0400, Salty Marine wrote:
> How do I tell the mail function that the message content is HTML?

RTFM:
http://www.php.net/manual/en/function.mail.php

 /* If you want to send html mail, uncomment the following line */
 $headers .= "Content-Type: text/html; charset=iso-8859-1\n"; // Mime type
-- 
Jason Stechschulte
[EMAIL PROTECTED]
--
Perl itself is usually pretty good about telling you what you shouldn't
do. :-)
 -- Larry Wall in <[EMAIL PROTECTED]>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] How do I tell the mail function that the message content is HTML?

2001-09-18 Thread Salty Marine


Greetings to You:

How do I tell the mail function that the message content is HTML?

Regards,
Salty