Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HTML Newsletter Issues...


horror_guy

Recommended Posts

Posted

Hi,

 

Im having problems generating an HTML Newsletter using the Newsletter Manager in the Control Panel.

 

This is how im creating it:

 

1) Creating the newsletter page using Microsoft Frontpage 2000.

 

2) Copying the HTML from the page.

 

3) Selecting Newsletter as the module.

 

4) Pasting the HTML code into the contents box.

 

When I preview it, the font sizes and layout are all changed and when the email is actually sent, all it does is send out the HTML code, and doesn't interpret it and display it properly.

 

Why isn't it displaying properly?, as this is the method I use for all of my items pages which work fine.

 

Thanks,

 

 

 

Mark

Posted

Try the following fix....

 

admin/includes/modules/newsletters/newsletter_subscribers.php

 

near the bottom of the file find

 

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

 

And change it to:

 

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

 

This should format it in HTML mode.....Also try not to be too complex on the html that you run through an email browser.

 

HTH

Tom

Archived

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

×
×
  • Create New...