On Tue, 2 May 2000, Bud wrote:
> I know sending individual e-mails will send the attachment each time. 
> I guess a better question would have been, does sending a cfmail 
> using a query:

> <cfmail query="myQuery"

> cause individual e-mails to be sent or does it work like BCC or CC?

Hi,

I'm just looking at cfmail at the moment... I *think* this will cause
individual emails to be sent, assuming you use something from the query
to populate the 'TO' attribute of cfmail.

To use CC or BCC you will need to build a varible/string containing the
addresses, separated by commas, and then 'hash' it into the CC or BCC
field. (Sorry, I can't give you a code snippet, CF is still quite new to
me. Perhaps in a day or two when I get to this too...)

hth,

Brett Payne-Rhodes
Eaglehawk Computing
[EMAIL PROTECTED]
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.

Reply via email to