>Try <cfset objNewMail.To = "[EMAIL PROTECTED]">

Dina,
Thanks for the reply, but I believe this sets the To: address of 
the email (i.e. the address to which the email is sent). I'm 
trying to find a way to set the Reply-To header so that any 
replies to the mailing are directed to the Reply-To value rather 
than the From: value.

Dave



>   ----- Original Message -----
>   From: Dave Jones
>   To: CF-Talk
>   Sent: Thursday, March 28, 2002 11:29 AM
>   Subject: CDONTS and ReplyTo
>
>
>   Can someone tell me how to set the Reply-To header when using
>   CDONTS in ColdFusion? These assignments do NOT work:
>
>   <cfset objNewMail.ReplyTo = "[EMAIL PROTECTED]">
>   <cfset objNewMail.Reply_To = "[EMAIL PROTECTED]">
>   <cfset objNewMail.Value("Reply-To") = "[EMAIL PROTECTED]">
>
>   Thanks,
>   Dave Jones
>   NetEffect
>
>
>
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to