Is that really how your code is formatted? Post the actual code. It's unlikely to be a problem with cfmail or cfloop.
Adrian -----Original Message----- From: Discover Antartica [mailto:[EMAIL PROTECTED] Sent: 29 September 2008 23:58 To: cf-talk Subject: Losing Mail? Hi All, If I run the following code, I am getting only 49 emails instead of 50. : <cfloop <cfoutput>from="1"to="50"index="i">counter:#i#<br></cfoutput><[EMAIL PROTECTED] company.comfrom="[EMAIL PROTECTED]"subject="#i#">#i#</cfmail></cfloop> <cfabort> The counter shows 1 to 50. The email is sent from 2 to 50. Does cfmail always lose the first email from a list? Thanks DA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313266 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

