Is it possible to send e.g. 5000 e-Mails newsletter instead of sending all 5000 immediatley in 500er blocks? E.g. all 20min 500, next 20min the next 500?
At the moment not a problem for me, but i’m interessted if Mautic has here a feaure for it?
Is it possible to send e.g. 5000 e-Mails newsletter instead of sending all 5000 immediatley in 500er blocks? E.g. all 20min 500, next 20min the next 500?
At the moment not a problem for me, but i’m interessted if Mautic has here a feaure for it?
Yes, when you use queue you can control the speed with which mautic sends out emails.
You start a service to send emails every N minutes for example and you limit number of messages to process at the time.
Fine
Where is the setting for that in Mautic - can’t find it in 5.1.1.
You can find it in queue settings.
Set email queue to dsn: doctrine server: default and it will queue.
Don’t forget the messenger:consume email command in your cronjob.
Hmmm…not shure about the right settings. I think for that a tutorial or an improvent for plug and play in this setting is necessary. The Link above (for a tutorial) in the blue text box is also not working.
At the moment is not a problem for me. I wait until it’s become user friendly.
There you only define the way you want your queue handled.
The way I use is doctrine.
Then you have to setup your worker and that worker will manage the queue with the parameters you set, like total messages per pass, memory allocated, time, etc.
Joey has a good video about that:
And I made another guide in knowledgebase:
Both work, but is a bit complex so you might be needing to ask some questions.