horror_guy Posted June 23, 2004 Posted June 23, 2004 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
horror_guy Posted June 25, 2004 Author Posted June 25, 2004 Anyone know why it's not working properly, haven't been able to get a straight answer yet as to why it's not working...
OceanRanch Posted June 25, 2004 Posted June 25, 2004 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
horror_guy Posted June 26, 2004 Author Posted June 26, 2004 I'll try that Tom. Makes sense to me, im sure that will do the trick. Thanks, Mark
Recommended Posts
Archived
This topic is now archived and is closed to further replies.