[PHP] How to send a mail in html format

2001-04-01 Thread Jan Grafström

Hi!
Can I add something in this string to get a htmlpage sent as mail?

mail($recipient,$subject,$corps,"From:
$admail\nReply-To:$admail\nX-Mailer: PHP/");
Thanks in advance.

Regards
Jan


-- 
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]




Re: [PHP] How to send a mail in html format

2001-04-01 Thread David Pieper

Jan Grafstrm wrote:
 
 Hi!
 Can I add something in this string to get a htmlpage sent as mail?
 
 mail($recipient,$subject,$corps,"From:
 $admail\nReply-To:$admail\nX-Mailer: PHP/");
 Thanks in advance.
 
 Regards
 Jan
 

Content-Type: text/html

Enjoy,
David Pieper

-- 
programmer n. /pro gram er/ A device for transmuting caffeine into code.

-- 
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]