Seems like there are some issues with mail and 7.1.1.x?
I’m trying to get the queryExecute() fix in 7.1.1.x (queryExecute() is stripping comments from queries - #5 by micstriit)
I pulled 7.1.1.3 and rebuilt my container. Discovered mail has been moved to an extension. Added that and rebuilt my dev container. App loads but there are weird issues:
- mail link in Lucee admin is gone (mentioned in this Slack thread https://cfml.slack.com/archives/C06TA0A9W/p1787577137068109)
- hitting action=services.mail and sending a test mail - doesn’t seem to send anything
- running my unit tests I get this weird error (these tests work on 7.0.6.x)
/org/lucee/cfml/HelperBase.cfc:170
lucee.runtime.exp.CustomTypeException: not supported in 7.1 OOTB
at lucee.runtime.tag.Throw._doStartTag(Throw.java:225)
at lucee.runtime.tag.Throw.doStartTag(Throw.java:212)
at org.lucee.cfml.helperbase_cfc$cf.udfCall1(/org/lucee/cfml/HelperBase.cfc:170)
at org.lucee.cfml.helperbase_cfc$cf.udfCall(/org/lucee/cfml/HelperBase.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:118)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:370)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:230)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:863)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:724)
at lucee.runtime.SuperComponent.call(SuperComponent.java:83)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2084)
at org.lucee.cfml.mail_cfc$cf.udfCall(/org/lucee/cfml/Mail.cfc:6)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:118)
at
What’s odd is this doesn’t seem to get logged anywhere.
I also tried the 1.1.0.8-RC mail extension mentioned in this ticket but no change: Jira