[SOLVED][NMS] - Content-Type for confirmation email?
Posted: Wed Dec 05, 2007 12:14 pm
hi,
i want the confirmation emails send by nms to be html,
but can't find where i can set "Content-Type: text/html;"?
i tried adding
to action.confirm_email.php but didnt help.
greets, rtkd
i want the confirmation emails send by nms to be html,
but can't find where i can set "Content-Type: text/html;"?
i tried adding
Code: Select all
$mailer->SetContentType('text/html');
$mailer->IsHTML(true);
greets, rtkd