How can I put a timed pause between CFMAIL sendouts?
A preface, this is not marketing e-mailing I'm discussing, it's already opted-in government notifications requested by the customers.
This is driving me absolutely crazy. I've got a working SQL query that pulls a number or records (e-mail addresses), then sends out a series of mailings in batches (still working on that part).
What I'm stuck on is how in the world can I pause the CFMAIL processings between batches? For example, I want to send 500 e-mails, pause for 10 minutes, send the next 500, etc.
CFTHREAD looks kinda like what I might need but I'm not sure.
We're afraid of sending all at once (probably no more than 5,000 to 10,000 total) in fear of being blacklisted. Usually this app will only send 100 to 500 at a time.
Thanks in advance for any help you guys can give!
This is for CF8, incidentally.
T
