> How would you send HTML mail using the mail() function in PHP.

You need to use a MIME email - HTML goes as text/html, and
graphics go as file attachments.

Simple way to produce a MIME email:

http://planetkiller.shadow.net.au/mime-php.txt

Jason

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

Reply via email to