> Is there any way to have mail sent with <CFMAIL> jump the > queue?
To my knowledge there is not, but someone else may have a trick up their sleeve. Usually in these cases, where I know there are going to be thousands of e-mails going out at once, I bypass the ColdFusion queue entirely by writing MSG files directly to an external SMTP spooler. This prevents "normal" e-mail from getting stuck behind the larger mailing. If you're on a Windows server and have decent access, you can use the IIS SMTP service "pickup" folder. MUCH faster than sending them through the ColdFusion spooler, though does require additional setup on the server. -Justin Scott ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286848 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

