It depends on the content-type headers that are sent with the message. It appears that PHP just sends messages with
Most messages with HTML code haveCode:Content-Type: text/plain
as the main content-type of the message, then there is another attachment which is identified by aCode:Content-Type: multipart/alternative
---Code:Content-Type: text/html
In PHP
---Code:mail($to,$subj,$message,"Content-Type: text/html");
Plain text emails are way better though
-mk
atlascgi.com
[Edited by atlas on 03-23-2001 at 07:26 PM]





Bookmarks