Won't Do
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Timothy Lux
Timothy LuxPriority
Labels
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
Created 6 February 2019 at 21:33
Updated 14 May 2020 at 08:34
Resolved 8 April 2019 at 19:10
Any idea how to CFMAIL an address with an underscore? Running this code errors with "One of the following attribtues must be defined". It works in ACF8, but not in Lucee 5.2. I tried escaping the underscore with a \, tried the %5 instead... no luck.
Also interesting that Lucee spelled "attributes" incorrectly.
<cfmail to="you@your_family.com" from="me@me.com" subject="Test" type="HTML"> <html><body>Test.</body></html> </cfmail>
This is where the error comes from https://github.com/lucee/Lucee/blob/5479f06cc8e3ebe567d9e92aa74c5b324f8b5cb5/core/src/main/java/lucee/runtime/tag/Mail.java#L526