>I also have another problem: We have 6 CF servers that use its own smtp
>mailer, is set to our mail server. If I set "SPAMHEADERS" to bounce all
>the autoresponders send back to users who filled out a forms go
>undeliverable. any solutions - I need to use spamheaders to block email,
>but how do I do that so my auto responders get emailed?
You'll need to set up the CF servers so they send out mail
properly. Someone posted the following on this list once, which can be
used with Cold Fusion to send out the mail properly:
-Scott
<cfset emaildomain="test.com">
<cfset emailaddr="[EMAIL PROTECTED]">
<cfset msgfrom="[EMAIL PROTECTED]">
<cfmail To="#emailaddr#"
From="#msgfrom#"
Subject="subject">
#MessageBody#
<cfmailparam name="Message-id" value="<#CreateUUID()#@#emaildomain#>">
<CFMAILPARAM Name="Reply-To" Value="#msgfrom#">
</cfmail>
---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]
---
This E-mail came from the Declude.JunkMail mailing list. To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail". The archives can be found
at http://www.mail-archive.com.