Your software
My Mautic version is: 4.4.8
My PHP version is:7.4
My Database type and version is:
Your problem
My problem is:
Emails are not sending with a delay and it looks like queue is not working at all.
Current email cron: mautic:emails:send --message-limit=1 > /dev/null 2>&1
Even with the config of 1 email per queue it doesn’t work. I’m at a complete loss here. It’s sending emails all at the same time and it’s destroying my domain reputation this way. It would be convenient to have a ‘send emails with delay’ option but that’s not available.
Anyway, I’m at a complete loss. I tried it with campaigns, even with segment emails and nothing works, it all sends in the same exact minute that I press ‘send’. Nothing queues.
Steps I have tried to fix the problem:
Editing cronjobs, everything really - nothing works
can you disable cron temporarily and try to run the command via ssh and see what is the output. Does everything execute correctly? Is there anything of interrest in the log files under var/logs?