When sending a newsletter email to a group of 1200 recipients which is the better 
approach to using CFMAIL and WHY?

(Note: Query to get the recipients' email addresses is named 'GetRecipients')

1) Send a single email with the entire recipient list in the CFMAIL 'BCC' attribute 
using ValueList(GetRecipients.User_Email).

OR

2) Loop over the 'GetRecipients' query and send an email for each recipient with the 
recipient email address in the CFMAIL 'TO' attribute.

OR 

???



TIA

David K

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183407
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