I am having problems with order confirmation emails which are no longer being sent by the SellerDeck site since Heart Internet made changes to their email system.
Having experimented with different ports and server settings, I seem to have narrowed the problem down to a SellerDeck variable called CartOnlineXML. This is in the Inner Layout of the customer email directly after customer address details.
As far as I can tell, CartOnlineXML creates a table within the email which contains all the order details. The problem is that the code that is generated is all on one line and this is throwing up an error message as follows:
Internal Errors = Error returned from SMTP server (7: maximum allowed line length is 998 octets, got 2341 ) Program = ORDERSCR, Program version = 41694
This is a fairly common problem and simply means that a line of html must be split into separate lines of 998 characters or less.
It should be easy to rectify, but there seems no way to edit CartOnlineXML.
So my two questions are:
1. Am I missing something and CartOnlineXML can be edited somehow or
2. Can CartOnlineXML be replaced by the other variables/layouts it no doubt contains so that the code is generated on fewer lines, and is there a way of finding what variables/layouts it does contain.
I hope I have expressed this clearly and thank you in advance for any help or ideas you might have.
Rob
Having experimented with different ports and server settings, I seem to have narrowed the problem down to a SellerDeck variable called CartOnlineXML. This is in the Inner Layout of the customer email directly after customer address details.
As far as I can tell, CartOnlineXML creates a table within the email which contains all the order details. The problem is that the code that is generated is all on one line and this is throwing up an error message as follows:
Internal Errors = Error returned from SMTP server (7: maximum allowed line length is 998 octets, got 2341 ) Program = ORDERSCR, Program version = 41694
This is a fairly common problem and simply means that a line of html must be split into separate lines of 998 characters or less.
It should be easy to rectify, but there seems no way to edit CartOnlineXML.
So my two questions are:
1. Am I missing something and CartOnlineXML can be edited somehow or
2. Can CartOnlineXML be replaced by the other variables/layouts it no doubt contains so that the code is generated on fewer lines, and is there a way of finding what variables/layouts it does contain.
I hope I have expressed this clearly and thank you in advance for any help or ideas you might have.
Rob
Comment