Cron – Mass email – cron job

cron

in my project, i need to send emails to the registered members of the site once every month. For this, i have setup a cron job on cpanel and it is working fine.

Whats my doubt is that, tomorrow the number of users in the site will increase and there would be thousands of users. Then does the cron job work as usual ?

I want to know, whether the cron can handle the task of sending emails to thousands of users at a time.

Please help.

Best Answer

If you are sending messages out to multiple thousands of users on a regular basis a cron job technically should be able to do it, but is it right for you and your users?

A mailing list manager app (e.g. MailMan) might be more appropriate. It may be configured to send the messages in a way that is less likely to fall foul of spam filters, will help you manage who gets sent the messages, and should allow recipients to opt out. You can still set up a cron job to trigger the sending of the message on a scheduled basis - I believe that is a more sustainable way of sending bulk messages.