send emails with delay
i have 7000 members on my site. i want to send an email to all members. but i can not send more than 500 mails in an hour. i want to click on a send button once and send 500 mails every hour.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Muhammad younasPosted Jul 16, 2014, 2:00 AM
Guest UserPosted Jul 11, 2014, 8:16 PM
Now your application is connected with table and there is SEND button. At click of SEND you want to send 500 emails per hour, so I say you can use Windows scheduler and set it as job which trigger after after every hour and keep track of how many users have been sent email.
So, your stuff of sending 7k emails to users will be done by the job in 14hours.
Let me know if you need help in Windows job setup. The advantage is you don't even need to click SEND button yourself, and it'll run by Windows scheduler every hour
twitter @sumitjolly