Question
Email looping
If I wish to get a listing of email addresses from a database
and email them will this work?
<cfloop query="email_bulletin"><cfoutput>
.....
</cfoutput></cloop>
if not what would be the best way to do this?
<cfloop query="email_bulletin"><cfoutput>
.....
</cfoutput></cloop>
if not what would be the best way to do this?
