Send thousands of emails from a campaign in an hour

Hello,

I am using this tool and what you fail to see is that in a single campaign is a bit slow.

Currently I is sending 70 emails per minute when the cron I have set very different.

I already tried what the split and stuff, but it serves me partitioning shipments in several campaigns since customers who are sent and are very large data bases.

http://www.mailwizz.com/article/increase-delivery-speed-recursive-or-parallel-processing
https://forum.mailwizz.com/threads/process-regular-campaigns-and-autoresponders-separately.5/

Currently I have a campaign that needs to send 150,000 emails and over 650,000 emails and I take too many hours of sending.

The sending system do with mandrillapp

i use the last version
 
You might be being limited by Mandrill as it has an hourly sending limit based on your reputation, you need to check which level you are at.
 
if you have your own smtp server then you might need to consider increasing the processes and also use the send unlimited (MailWizz) to your SMTP and handle the sending ratios on your SMTP instead of mailwizz
 
Currently I is sending 70 emails per minute when the cron I have set very different.
Beside what the above people said, 70 emails/minute is damn slow and this can happen only if talking with the remote server takes too much. You can simply find the sending problem by stopping all the cron jobs that send camapigns, then from command line, run the send-campaigns command like:
Code:
php -q /absolute/path/to/apps/console/console.php send-campaigns --verbose=1
And once you do that, you'll see a lot of information in your command line that will help you see where the bottleneck is, most likely will be the network.
 
Back
Top