Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HTML Newsletter & Email


bivaniszyn

Recommended Posts

I have recently added the WYSIWIG html editor to both the newsletter and email modules in the admin panel. It would certainly be great to send HTML newsletters with graphics, links, etc. When I create the newsletter and preview it, all is well until it is sent. When it is sent, only the raw HTML tags and text are received and not the page in HTML format. In the OS admin panel configuration, I have tried both SMTP and sendmail and also turning on and off "send emails in MIME html format". Has anyone a solution to this scenario?

Link to comment
Share on other sites

Got mine working by changing the following code

 

admin/includes/modules/newsletters/newsletter_subscribers.php

 

Near bottom of file find:

 

$mimemessage->add_text($this->contentb);

 

and change it to:

 

$mimemessage->add_html($this->contentb);

 

HTH

Tom

Link to comment
Share on other sites

I tried what OceanRanch suggested, but it didn't help. My site isn't sending HTML mail either, and I have no idea why...

help, anyone?

Link to comment
Share on other sites

  • 4 weeks later...

Archived

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

×
×
  • Create New...