What headers would I use with mail() to enable HTML?
Posted: Tue Jan 16, 2007 7:40 am
At the moment, my headers section is as follows:
But this isn't using HTML tags.
Regards,
Code: Select all
$headers = "";
$headers .= "Content-Type: text/html; charset=iso-8559-1";
$headers .= "Content-Transfer-Encoding: 8bit";Regards,