Guest Posted January 17, 2006 Posted January 17, 2006 I am just testing my newsletter manager, i composed a nice newsletter in html, previewed and it all looks good, but when i send it, it send as plain text. The email settings are set mime html and send email is on, other than that i can't find any configuration for the newsletter. Am i missing something??? Mark
Sousa Posted January 29, 2006 Posted January 29, 2006 I am just testing my newsletter manager, i composed a nice newsletter in html, previewed and it all looks good, but when i send it, it send as plain text.The email settings are set mime html and send email is on, other than that i can't find any configuration for the newsletter. Am i missing something??? Mark I have that problem too. If anyone could help us, please post urgent. Thanks all Sousa KUBICO from Portugal
Guest Posted January 29, 2006 Posted January 29, 2006 In catalog\admin\includes\modules\newsletters.php Find and replace the following line $mimemessage->add_text($this->content); with this: $mimemessage->add_html($this->content); and try it.
Sousa Posted January 30, 2006 Posted January 30, 2006 In catalog\admin\includes\modules\newsletters.php Find and replace the following line$mimemessage->add_text($this->content); with this: $mimemessage->add_html($this->content); and try it. I already did that but with no sucess. thanks KUBICO from Portugal
Guest Posted February 1, 2006 Posted February 1, 2006 Do you have your osc admin->Configuration->E-Mail Options->Use MIME HTML when sending emails set to true?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.