My Mautic version is: 4.0.2 using official docker container
My PHP version is: 7.4.25
My Database type and version is: mysql 5.7.34-37
My problem is: My broadcast messages are always queued and never being sent. Steps to reproduce:
- I add two contacts and add them to the “Test” segment manually.
- I define some test email and set the “Test” segment.
- I want to send the email to the segment so I click “Send” and confirm.
- Now in the “Stats” column by the emails I see “2 Queued” “0 Send” and that is not changing even after few hours.
- I check the /var/www/html/var/spool directory in running docker container - it is empty.
Campaign emails are sent without problems, only broadcast are not. It is crucial for me, what should I do diagnose it?
These errors are showing in the log:
none
Steps I have tried to fix the problem:
I run mautic:broadcasts:send and swiftmailer:spool:send and nothing changes.