Ok just as a quick check, I have ended up with the following code for
trying to sneak past Yahoo and AOL's filters with this weekends newsletter
mailing. Does anyone see any problems with this code? Thanks again for all
your help guys.

    <cfoutput query="receivers">
      <cfx_iMSmail
        HEADER_RECEIVED="from x.com [xxx.xxx.xxx.xxx] by mail.x.com"
        HEADER_TO="#goingto#"
        HEADER_FROM="#from#"
        HEADER_RETURN_PATH="#from#"
        HEADER_ERRORS_TO="#from#"
        HEADER_REPLY_TO="#from#"
        HEADER_SUBJECT="#newsletter.slug#"
        SMTPTO="#goingto#"
        SMTPFROM="#from#"
        MAXRECIPIENTS="10"
        BODY="Filler Text"
        HTML="#newsletter.content#">
      </cfoutput>
    </cfoutput>

Receivers is the query with the emails in it.

- Bryant Tyson, WEB DEVELOPER

==^=======================================================
     This list server is Powered by iMS
   "The Swiss Army Knife of Mail Servers"
   --------------------------------------
To leave this list please complete the form at 
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================


Reply via email to