Scott - I have been sending out mail from CF servers since CF server was in beta. Unless there is a different way to format the cfmail tag. What are you referring too. ----- Original Message ----- From: "R. Scott Perry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 2:38 PM Subject: Re: [Declude.JunkMail] DSN:HELP - JUNKMAIL DIAG.
> > >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. > > > > [Reliable Web Hosting by - http://www.linkbrokers.com/hosting.cfm] > [This E-mail scanned for viruses by LinkBrokers EMail Service] > [This E-mail scanned for spam mail against orbs and spamcop] > > > [Reliable Web Hosting by - http://www.linkbrokers.com/hosting.cfm] [This E-mail scanned for viruses by LinkBrokers EMail Service] [This E-mail scanned for spam mail against orbs and spamcop] --- [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.
