Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newsletters- customers receive HTML code only


Guest

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...