That's what makes a discussios so great, look at all the options you get!

Udf in BCC
IIF in BCC
Separate cfmail
Add email to record set

- Calvin

-----Original Message-----
From: Al Everett [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 14, 2005 10:25 AM
To: CF-Talk
Subject: Re: CFmail and receiving 1 copy

Why not add a row to the query before the CFMAIL tag?

<cfscript>
 QueryAddRow(mail_roster,1);
 QuerySetCell(mail_roster,"student","[EMAIL PROTECTED]");
</cfscript>

Downside is, of course, if you use the query result later on your
address is added in.


On Fri, 14 Jan 2005 07:33:13 -0500, James Watkins
<[EMAIL PROTECTED]> wrote:
> When sending email to a list of several hundred students using CFmail I
would like to receive just 1 copy of what I send. How can I modify below to
do that?
> 
>  <cfmail query="mail_roster"
>       to = "#student#"
>       from = "#mailfrom#"
>       subject = "Greetings">
>       blah, blah
> </cfmail>
> 
> Jim Watkins
> Vice President of
> Technology & Institutional Services
> 
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190450
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to