My mistake, it is a cfloop, not a cfoutput. I wasn't thinking when I typed. We did pull up some of the cfmail files and all appeared to be fine in there. The way I found out what I did was by pulling up the mailsent log file to see who the message had gone out to. As far as I could tell the request had completed. We actually deleted all the cfmail files out of the directory to stop it so that people wouldn't get any more and there were no new ones created. That's why I attributed it to the deletion of the .cfmail files. Is that a separate process or do the spooler do this when it is finished sending the mail? I'm still leaning towards believing that it has something to do with the attachments and how the mail was being generated because of the individual <cfmail> tags within the <cfloop>. I'm not sure if that's a reasonable explanation, but so far that's the best I've come up with.
John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -----Original Message----- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Monday, November 28, 2005 9:10 AM To: CF-Talk Subject: RE: REPOST: Crazy CF Mail Spooler problem - HELP! John, So you are saying this is a problem with the files in the spool directory - AFTER you have created them and the request is not longer running - yes? Did you open the .cfmail files and look at the headers? For example, can you verify that the 2nd mail file did not have the address of the first fellow in it? You should not be able to do a "cfoutput query="".... followed by a "cfmail"... Both tags are "output" tags and it should generate a nested output error. If you are making it "succeed" the question is how? Is there a "try catch" block around the whole thing? It should be a "cfloop", not a "cftouput". -Mark ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225407 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

