Is there a character limit to HTML emails?
When looking at the raw code of the email received by the recipient the code gets cut off part way through.
Is there any way round this?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
January 24, 2009 9:02am
Subscribe [2]#1 / Jan 24, 2009 9:02am
Is there a character limit to HTML emails?
When looking at the raw code of the email received by the recipient the code gets cut off part way through.
Is there any way round this?
#2 / Jan 24, 2009 10:10am
No, but there could be something either installed to your browser or server-side that is truncating the POST data. First try removing any add-ons you have in your browser (or from another browser that you haven’t customized), and if that fails, you might put a support ticket into your host inquiring about the configured limits on POST data. Lastly, it could be a result of an error in the HTML being used that causes the mail application to not render those contents. Viewing the raw source of the email would reveal if that was the case.
And for clarification - you are speaking about emails in the Communicate page that you are keying in manually, correct? What is the size of the data? You can zip and attach an example here if you like.