Title:
Cfmail just started removing spaces and any non html formated emails aren't sending
| View in TrackerStatus/Resolution/Reason: To Track//PRNeedInfo
Reporter/Name(from Bugbase): Heather Holman / ()
Created: 04/19/2018
Components: Net Protocols, MAIL
Versions: 11.0
Failure Type: Others
Found In Build/Fixed In Build: cf11 /
Priority/Frequency: Normal / Some users will encounter
Locale/System: / Windows 10
Vote Count: 1
Problem Description:A few days ago all of our non html emails stopped sending, also around that same time the spaces around variables started being removed
Steps to Reproduce: <cfset FN = "John"> <cfset LN = "Smith"> <cfset email= "JSmith@abc.com"> <cfmail to="abc@123.com" from="xyz@321.com" subject="whatever"> #FN# #LN# #email# </cfmail>
Actual Result: The email doesn't send at all. Add type="html" and the resulting email reads: JohnSmithJSmith@abc.com which in turn causes incorrect email links in the msg.
Expected Result:The email should read: John Smith JSmith@abc.com
Any Workarounds: add type="html" which then removes all spaces around variables, so you have to add .
Attachments:
Comments: