Re: E-mail Question
What about a reply-to?? I tried to place it in the body of the message but still replied to the person in the FROM attribute - Original Message - From: "Peter Tilbrook" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 13, 2000 6:19 PM Subject: RE: E-mail Question > BCC is supported in CF 4.5.x. See: > > BCC="blind_copy_to" > SUBJECT="msg_subject"TYPE="msg_type"MAXROWS="max_msgs" > MIMEATTACH="path"QUERY="query_name"GROUP="query_column" > GROUPCASESENSITIVE="yes/no"STARTROW="query_row" > SERVER="servername" > PORT="port_ID"MAILERID="headerid"TIMEOUT="seconds"> > > Peter Tilbrook > Internet Applications Developer > Aspect Computing Pty. Ltd. > 19-25 Moore Street > Turner, ACT, 2612 > AUSTRALIA > > http://www.aspect.com.au > > Phone: (02) 6247 7677 > Fax: (02) 6249 1620 > Mobile: 0428 765 020 > > ACT ColdFusion Users Group - http://203.37.24.198 > > > -Original Message- > From: Randy Adkins [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 14 September 2000 6:01 > To: [EMAIL PROTECTED] > Subject: E-mail Question > > > Question 1.: > Has anyone seen a tag or know how to use CFMail for sending a message to a > BCC?? > > Question 2: > Can you use CFMAIL to send a message to someone but have a DIFFERENT reply > to address? > > Thanks in advance > > > -- -- > -- > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ > To Unsubscribe visit > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or > send a message to [EMAIL PROTECTED] with 'unsubscribe' in > the body. > -- > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ > To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
RE: E-mail Question
BCC is supported in CF 4.5.x. See: Peter Tilbrook Internet Applications Developer Aspect Computing Pty. Ltd. 19-25 Moore Street Turner, ACT, 2612 AUSTRALIA http://www.aspect.com.au Phone: (02) 6247 7677 Fax: (02) 6249 1620 Mobile: 0428 765 020 ACT ColdFusion Users Group - http://203.37.24.198 -Original Message- From: Randy Adkins [mailto:[EMAIL PROTECTED]] Sent: Thursday, 14 September 2000 6:01 To: [EMAIL PROTECTED] Subject: E-mail Question Question 1.: Has anyone seen a tag or know how to use CFMail for sending a message to a BCC?? Question 2: Can you use CFMAIL to send a message to someone but have a DIFFERENT reply to address? Thanks in advance -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
Re: E-mail Question
- Original Message - From: "Randy Adkins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 13, 2000 4:01 PM Subject: E-mail Question > Question 1.: > Has anyone seen a tag or know how to use CFMail for sending a message to a > BCC?? > You can't use standard CFMail for sending a BCC. There are two solutions that you can try for this: CFX_Mail2 from www.Fuseware.com inFusion POST Server SE: http://www.coolfusion.com/post_se.htm > Question 2: > Can you use CFMAIL to send a message to someone but have a DIFFERENT reply > to address? > Add a header to the mail like: Reply-to: emailaddress The remote mail client should recognize the header and the reply should go to the email address that you specified in there. HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - the World's most configurable mail server > Thanks in advance > > > -- > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ > To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.