Your software
My Mautic version is:2.6
My PHP version is:7.2
Your problem
My problem is:my host allows me to send only 500 emails per hour…how to set this up?
It needs to be done under queue right?
Has somebody done that. Also I would like to set it up so the sending would slowly evenly get to 500 emails per hour, not send like 500 emails in 1 minute and then stop…
please help, this is my last help request I think. I am ready for action after that.
Looks like this question have been asked a million of times, I might actually try to build a menu driven program where you can configure the limit with systemd, would find time to do that.
thank you buddy, i just figured it out
500 emails cap per hour and cron send is like every 2 minutes.
so you do 500 / 30 minutes = 16 emails should be limit.
But to be sure i just set it to 10 emails limit per cron run.
If you want to limit it to 500 emails per hour, and you change the frequency at which the cron send to 2 minutes, this means the cron would trigger 30 times per hour, so, dividing that by the amount of email to send is 500/30 =16.7, so, you are right!!!
Thank you very much I had the cron set up wrong and limit was wrong which I change to your specs. thank you.
One more question, In the queue left hand column (not the queue you mention in the above) do I have to run the RabittMq Or leave it to off so queue will be recognized?
Ron
Hello, I did the above setting but the the emails still went out in 100 batches for a total of 16K so I was stop by the hosting and they did not go out?
Hi and thanks for replying back. I have adjusted the cron jobs set the limit to 25 turn on queue in email and taken off the rabbitmq. But when the bar for sending process it mails 100 stop 100 stop etc. until the whole job is send out and run in one batch. I am at a loss .
Ron
This behaviour is correct, what Mautic does is send all of this into the mautic spool and will only relay the mails to your ESP according to your settings.
You can verify it by checking the spool.
In mautic 3.x /var/www/mautic/var/spool/
In mautic 2.x /var/www/mautic/app/spool/default
and do an ls | wc and you will get the number of mails not sent it