It is my understanding it's better to do your own loop for just this
reason.  If you use the query option in cfmail you have to make sure all
your address are clean and correct.


<cfloop query = "blah">
<cftry>
            <cfmail .....>
                        message
            </cfmail>
            
            <cfcatch ...>
                        Do something when bad e-mails are generated.
            </cfcatch>
</cftry>
</cfloop>

--------------
Ian Skinner
Web Programmer
BloodSource
<file:///C:\Documents%20and%20Settings\iskinner\Application%20Data\Micro
soft\Signatures\www.BloodSource.org> www.BloodSource.org
<http://www.BloodSource.orgSacramento>
Sacramento, CA

"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to