andyjacko Posted April 1, 2005 Share Posted April 1, 2005 I want to be able to send newsletters out to the customers on my site but with images in the email, if i make the email in HTML, when i preview the email it works perfectly and all the images and text formating, tables, all shows up fine, but when I send the email, i just arrives as code. How would i send this so it arrives correctly? Link to comment Share on other sites More sharing options...
OceanRanch Posted April 1, 2005 Share Posted April 1, 2005 In admin/includes/modules/newsletters/newsletter.php around line 63 $mimemessage->add_text($this->content); change it to $mimemessage->add_html($this->content); HTH Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.