Guest Posted January 13, 2009 Share Posted January 13, 2009 Hi I have a problem with sending newsletters. (using FCKeditor) When I compose it, it all looks fine, but when my customers receive them, it is pure html code. What is wrong here? Link to comment Share on other sites More sharing options...
Guest Posted January 15, 2009 Share Posted January 15, 2009 I fixed this problem no (found a solution in another tread) in file admin\includes\modules\newsletters\newsletter.php $mimemessage->add_text($this->content); should be changed to $mimemessage->add_html($this->content); Now the email will be sent in html format. Link to comment Share on other sites More sharing options...
FLiPPA Posted January 16, 2009 Share Posted January 16, 2009 Wow! Thanks for sharing ;) Just what I needed to know.. I did the same in the mail.php file too ;) Works great! B) B) B) Link to comment Share on other sites More sharing options...
Nathalie979 Posted January 21, 2009 Share Posted January 21, 2009 Thanks heaps for this! :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.