Please can you add back to the Mass Mailer the ability to send ALL mail in one step as opposed to by Cron, which is restricted to 50 mails every 2 hours ..... that takes a week to get all mails to send non our client list.
Makes no sense that the manual Send All has been removed in v8.x
At present the mail queue in sent in batches of 25 every 5 minutes. Prior to that the mass mail tool would send batches of 25 every 30 seconds by default. In the meantime, you could potentially process batches more quickly than the 5 minute schedule using your server command line:
php -q /path/to/whmcs/crons/cron.php do --ProcessEmailQueue
Replace /path/to/whmcs/crons/cron.php with the actual path of your cron.php file.
1 Comment
Login to post a comment.
Thanks for your feature request.
At present the mail queue in sent in batches of 25 every 5 minutes. Prior to that the mass mail tool would send batches of 25 every 30 seconds by default.
In the meantime, you could potentially process batches more quickly than the 5 minute schedule using your server command line:
php -q /path/to/whmcs/crons/cron.php do --ProcessEmailQueue
Replace
/path/to/whmcs/crons/cron.php
with the actual path of your cron.php file.