CFMAIL throws attribution error but mail still goes. CFCatch catching it and notifying me.
Here's my mail header:
<cfmail to="#session.user_email#" from="#application.siteName# <#application.siteEmail#>" subject="You Are Registered for #getEvent.event_title#" type="html">
The variables all work and the format complies with the documentation on CF9. I have a cfcatch set up in case of failures and I'm getting notices of attribute failure. The mail still goes through though. I'd leave it alone except that this is on our community site and my mailbox is getting bombed. Besides, I'd like to know why it's failing!
Michael
