How do I send html mail?
I have a custom cancel script that we coded up, and when someone sends me a cancel request it mails them confirmation and hopefully, a good offer to stay.
I put my page code between:
Code:
<?
$cancelmessage="<html><head></head>
<body bgcolor=\"#FCCBE1\"> PAGE CONTENTS HERE </body></html>
";
?>
but all I got was a fricking html mess.
Ideas?
.