Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Julian Halliwell
Julian HalliwellPriority
Labels
Fix versions
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
Sprint
None
Affects versions
Created 10 September 2015 at 13:59
Updated 6 February 2017 at 21:10
Resolved 6 February 2017 at 21:10
Using the script version of
cfmail
and passing in attributes viaattributeCollection
fails with the exception message: "attribute from is required for statement mail".mailAttributes={ from: "from@test.com" ,to: "to@test.com" ,subject: "TEST" }; mail attributeCollection=mailAttributes { echo( "Hello" ) };
Previously raised against Railo 4.2 as RAILO-3150 https://issues.jboss.org/browse/RAILO-3150