Kenny25 Posted October 22, 2005 Share Posted October 22, 2005 Hey guys... Finally got my stubborn newsletter manager to send newsletters.... (using os2.2) But even though in the preview it shows the newsletter in html format, when I send and check the newsletter in both yahoo mail and outlook (sending to myself) the mail appears in text format showing the html tags in text <html>. yada yada...</html> Anyone got any ideas at what stage oscommerce(or me) is not doing something right at?? Any pointers appreciated. Kenny. :) Link to comment Share on other sites More sharing options...
♥Vger Posted October 22, 2005 Share Posted October 22, 2005 The osCommerce Newsletter is set to send as text, not html. You can make it html by making the following modification in admin/includes/modules/newsletter/newsletter.php around line 63: $mimemessage->add_text($this->content); edit to: $mimemessage->add_html($this->content); Do not add any line breaks into your html, else they will appear at the top of the Newsletter and drive the content down the page. Vger Link to comment Share on other sites More sharing options...
Kenny25 Posted October 22, 2005 Author Share Posted October 22, 2005 vger you are indeed the man! Thanks very much :) Link to comment Share on other sites More sharing options...
♥Vger Posted October 22, 2005 Share Posted October 22, 2005 I am indeed "the woman". Vger Link to comment Share on other sites More sharing options...
Guest Posted March 30, 2006 Share Posted March 30, 2006 Do not add any line breaks into your html, else they will appear at the top of the Newsletter and drive the content down the page.Vger Hi there. I simply copy my html over from Dreamweaver. I have some <br>'s, but no real line breaks. I just have the typical: <table> <tr> <td> Is this what is causing my newsletter to be 5000px long? It's driving me insane. Any help appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.