Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newsletter Manager


Guest

Recommended Posts

Posted

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

  • 2 weeks later...
Posted
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

Posted

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.

Posted
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

Posted

Do you have your osc admin->Configuration->E-Mail Options->Use MIME HTML when sending emails set to true?

Archived

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

×
×
  • Create New...