Showing posts with label HTML is not decoded in email message Opencart. Show all posts
Showing posts with label HTML is not decoded in email message 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'));