I've got a unique problem that ironically I've never run into before, so I'm just looking at ideas on how to solve this problem.
I need to modify some code so that e-mails being generated are scheduled to go out at a time other than when the code is executed. Obviously, I could create a table where I place copies e-mails that need to go out (however, there's the issue of attachments, etc) and then just process that queue every 60 seconds or so. However, I was wondering if anyone had a more creative idea. I'm doing some Googling to see if there's anything within the SMTP spec I can use. On this specific project, we're using the IIS SMTP Service built-in to Windows 2000 Server for delivery of the e-mails. I'm also wondering about just generating the e-mail message in the correct format, queue it to another folder and then moving it at the right time. Any other ideas? -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268727 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

