> I believe Imail fixes the missing ID, but I include it anyway for > completeness' sake. > > <CFMAILPARAM > NAME="Message-ID" > VALUE="<#CreateUUID()#@#variables.domainnamehere#>">
Whoa, there! That's breaking the RFC. The Message-ID should be generated by the MTA, not by the MUA. In fact, a preexisting Message-ID is a bad header flag for some anti-spam applications. > <CFMAILPARAM > NAME="Reply-To" > VALUE="#variables.emailaddrgoeshere#"> No problem of that sort here, but if your message has a From: address, it's perfectly complete. The lack of a Reply-To: is not going to cause delivery problems. -Sandy Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Please visit the Knowledge Base for answers to frequently asked questions: http://www.ipswitch.com/support/IMail/
