I'm trying to loop through a CFmail tag. It is mailing the same thing
twice, even though I know the loop is producing different values for the
variables in the mail. Any help would be appreciated. Code below:
Thanks,
Doug
---------
<cfloop query="maillist"><cfoutput>cr #maillist.currentrow#
#maillist.bioemaillist#<br></cfoutput>
<cfmail query="get_bio" to=#maillist.bioemaillist#
from="[EMAIL PROTECTED]" subject="#hi_emp_name# #get_bio.bio_title# Bio
Update #maillist.currentrow#" type="HTML">
<head>
<title></title>
</head>
<body>
</body>
<table border="0" width="97%" class="standardtext">
<tr><td>Email #maillist.currentrow#</td></tr>
<cfif maillist.currentrow EQ 1>
<tr>
<td colspan="2" align="left"><a
href="http://#rRootmap#.fulbright.com/apps/module/bios/index.cfm?fuseaction=
viewdraft&id=#attributes.id#">Click Here to Review this File</a>
</td>
</tr>
</cfif>
</table>
</cfmail>
</cfloop>
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists