Have you tried it this way?
<cfquery datasource="dbname" name="webcast">
SELECT *
FROM Seminars
WHERE SeminarID = 15
</cfquery>
<cfoutput query="webcast">
<CFMAIL server="mail.servername.com" to="#webcast.email#"
from="customerservice@domain.com" bcc="me@domain.com"
subject="Thank You
for
Attending Our Webcast" type="html">
blah blah blah
</cfmail>
</cfoutput>
From there, you could add a simple
<cftry><cfcatch> block to trap any
errors and email you a list of successful or bad attempted
addresses...
among other possibilities.
--
Michael Evangelista, Evangelista Design
Web : www.mredesign.com Blog : www.miuaiga.com
Developer Newsgroups: news://forums.mredesign.com