I have a web form that I designed. I need to have the results emailed. Right now, the results are being emailed in text format. But I would like to have the results parsed into HTML. I am using IIS 6.0. Any help that anyone could provide on how to do this? Thanks a mil! jen
It is not clear that you are using ASP or PHP on IIS. For sending mails in html format in PHP I add this header. $headers .= "Content-Type: text/html; charset=iso-8859-1\n"; This is part of other headers that I add ( to , from , on error etc ) to the variable $headres.