Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Newsletter error

newsletter

3 replies to this topic

#1 Allex

  • Community Member
  • 1 posts
  • Real Name:Alexandru Chirigiu

Posted 17 December 2011, 12:54

Hi,

When I send a newsletter I recive it broken (but in the browser everything seems to be ok).

In the upper-right corner is the localhost version the other screen are from my yahoo account.


(sorry for my bad english [img]http://forums.oscommerce.com//public/style_emoticons/default/rolleyes.gif[/img] )

Attached Files


Edited by Allex, 17 December 2011, 12:54.


#2 apolyshow

  • Community Member
  • 242 posts
  • Real Name:Andreas
  • Gender:Male

Posted 27 January 2012, 15:58

Did you find any solution?
One amateur made the Arc, 5.000 pro made the Titanic...

#3 14steve14

  • Community Member
  • 2,176 posts
  • Real Name:Steve
  • Gender:Male

Posted 27 January 2012, 16:38

The easiest solution is to install the mailbeez addon.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder. OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.

#4 npn2531

  • Community Member
  • 951 posts
  • Real Name:Jase
  • Gender:Not Telling

Posted 31 January 2012, 06:34

The email function in OSCommerce is reading every single line break in the email, even in the header of the email as a double line break. The newer releases of have changed how this works, and if you compare the two files in your shop catalog/includes/classes/mime.php and catalog/includes/classes/email.php with the same files in the updated versions (search for EMAIL_LINEFEED) you'll see the difference.

Alternatively As a quick fix, a hack really, simply create your email in your editor. Then back space each line of html code until your email is in one single really long line in your editor, then cut and paste that one line into the newsletter manager in your admin.

The mailbeez addon above has solved the issue quite well, as has the 'mail manager' addon.