You can schedule one general schedule routine which will run every 10 or
whatever minutes, which will execute the code. 
Also if you have a date/time when last time email sent, you can use DATEDIFF
in SQL or CF to get the differences between NOW and last date sent and based
on "your" rules send every X min/hours etc.....

Regards,
Misha



-----Original Message-----
From: Elizabeth Meyer [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 19, 2008 10:11 AM
To: cf-newbie
Subject: Re: CFMAIL - Sending at intervals

>I you referring to the "hit" your mail server takes when you blast out 2000
>emails?  I have a similar function and I just let it send 2000 at a time...
>So I am also interested in what others have to say about that.
>
>I have the capability of grouping ALL email subscribers into smaller
>sub-sets - - but for some clients, the subset could still be 1000+
>
>As to Misha's suggestion - - I group the emails/newsletters into "Email
>Campaigns" and record the time it was sent at that moment... Which is a
nice
>add on.
>
>- Nick


That's exactly my problem - the CF server starts to fall over at 1000-odd
emails.

Misha's suggestion is excellent, but how will I delay the intervals?  Also -
is there not maybe a built in CF (8) function that can handle this? 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-newbie/message.cfm/messageid:4185
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to