sure... simple cfmail call that worked on the old server:
<cfmail to="#getuser.email#" from="Inabox SiteAdmin <notify@inaboxtech.com>" subject="Inabox SiteAdmin Password Reset Instructions" type="html" priority="3">#t1# | |||||||||||
</cfmail> |
the setting for the mail server in the admin are correct and the mail server gets verified. I can see the initial connection to the mail server in the smtp logs, but the mail does not get sent. Looking at the raw cfmail file show no errors or red flags.
Thanks.