Showing posts with label Send html formated mail in opencart. Show all posts
Showing posts with label Send html formated mail in opencart. Show all posts

Friday 25 July 2014

Send HTML email in opencart


Send HTML email in opencart

$mail->setHtml($message);  // Put this code for html email
$mail->setText(html_entity_decode($message, ENT_QUOTES, 'UTF-8'));