Re: send mass e-mail to users?

2004-06-18 Thread Ray Champagne
Use the 'query' attribute of the cfmail tag to loop over a query and send the email to everyone in the db, if you know that each and every email address is valid (syntactically).  If not, create the sql query, then loop (using cfloop, using cfmail over every loop) and cftry/cfcatch to make sure

Re: send mass e-mail to users?

2004-06-18 Thread Scott Weikert
Look into the "query" attribute of the tag. At 11:34 AM 6/18/2004, you wrote: >I've made a CF page where an administrator can write an email, and upon >the click of the "Send" button, I want to send it to every user in our >database.  We have a Users table that contains all user information, >

Re: send mass e-mail to users?

2004-06-18 Thread Howie Hamlin
- Virus scanning for ColdFusion applications >>> Find out how iMS Stacks up to the competition: http://www.coolfusion.com/imssecomparison.cfm   - Original Message -   From: Christy Carter   To: CF-Talk   Sent: Friday, June 18, 2004 1:34 PM   Subject: send mass e-mail to users?   I&

send mass e-mail to users?

2004-06-18 Thread Christy Carter
I've made a CF page where an administrator can write an email, and upon the click of the "Send" button, I want to send it to every user in our database.  We have a Users table that contains all user information, including e-mail addresses. Is there a way to send the email to all users inside the