This would be a first cron anything so I need a bit of help.
I want to make a system that sends many many email invites to my conference software at interestid.com (going live in a month or so).' I can do that just fine, but I need to limit the emails to only 200 emails per hour because of my hosting.
For this, then, I need to set up a system that will:
Keep a que of all the emails.
And at intervals, run the system to check if there are emails that I can send. If so, do, say, 100 of them and then wait another hour. I understand I can create a cron job with the web2py server, but I am using apache fcgi (I think) on my dreamhost account, so I think I need to make a real linux cron job. Could someone help me with creating the cron job? I think I can get the rest of it. :)
BR,
Jason Brower

Reply via email to