PDA

View Full Version : [How To] Send emails as HTML instead of plain text


aussiev8
06-07-2008, 10:00 PM
In the includes/class_mail.php on line 256 theres a line

$headers .= 'Content-Type: text/plain' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;


Change it to


$headers .= 'Content-Type: text/html' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;


Done!

Lautaro
01-28-2009, 05:06 AM
editing this we will be able to edit the welcome mail with html that is sent to the users when they get registered?

wmlvb
05-05-2009, 09:19 AM
editing this we will be able to edit the welcome mail with html that is sent to the users when they get registered?


Is the answer yes to this qustion?