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
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,
>
- 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&
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
4 matches
Mail list logo