Here is the code I am using so my cfmail will not be blocked or put in the spam folders but Hotmail and a few others still do not like it. Any suggestions are appreciated.
Code:
<CFMAIL
TO = "#form.Email#"
FROM = '"teacherconf@my.com" <teacherconf@my.com>'
SUBJECT="Parent Teacher Conference"
mailerid="Microsoft Outlook, Build 10.0.3416"
server="10.1.1.21"
TYPE="HTML">
<cfmailparam name="X-Priority" value="3"/>
<cfmailparam name="X-MSMail-Priority" value="High"/>
<cfmailparam name="X-Mailer" value="my.com"/>
<cfmailparam name="Message-id" value="#createUUID()#@my.com"/>
<cfmailparam name="Reply-To" value="teacherconf@my.com"/>
<cfmailparam name="MIME-Version" value="1.0">
Dear #form.sfirst# #form.slast#, <br>
Thank you for registering for parent/teacher conferences.<br>
Your password is<strong> #pwd#</strong>.<BR><br>
</CFMAIL>