h3r0
01-13-2008, 01:15 PM
I have the headers set as:
$headers .= "From: newuser@mysite.com\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
mail($email,"New User Registered",$message,$headers);
However, its not coming out as HTML formatted in the emails. I see all of the html tags.
-h3r0
$headers .= "From: newuser@mysite.com\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
mail($email,"New User Registered",$message,$headers);
However, its not coming out as HTML formatted in the emails. I see all of the html tags.
-h3r0