Wrapping HTML Mail Text at 76 breaks some HTML email layout

Description

Currently the Lucee default is to wrap plain text emails at 980 characters and HTML emails at 76 characters with the "wraptext" attribute allowing for a lower (not higher) value to be specified on either the cfmail or cfmailpart tags.

However wrapping at 76 characters breaks some HTML email layouts and there is no need to set the limit so low. The actual line length character limitation is 990 characters so changing this to default to the same as the plain text wrap size of 980 would make sense.

Also it should be possible to override these values in the code using the "wraptext" attribute to both a lower and higher limit.

Some references:

Activity

Michael Offner 13 August 2018 at 16:07

we raised the default value to 998 from 78

Igal Sapir 3 July 2018 at 22:08

No further input after a long time and can't reproduce. Seems to have been fixed as part of a separate ticket.

Igal Sapir 27 May 2018 at 22:50

Can you provide more details?

I will wait a little longer but if no one can provide more information then I will close this ticket.

Igal Sapir 27 February 2018 at 17:07

Can you post an example that shows the issue?

Igal Sapir 13 September 2017 at 16:47

see also

Fixed

Details

Assignee

Reporter

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Affects versions

Priority

Created 3 May 2015 at 23:08
Updated 13 August 2018 at 16:07
Resolved 3 July 2018 at 22:08