Here are my crons. I am getting email notifications…they are definitely running, but campaigns emails not going out. Also the email widget never updates. I tried having the email go out, immediately, then 30 mins, and then an hour later…after each time I updated the campaign and waiting…nothing ever gets triggered, but in my email the trigger crons says events were triggered…but nothing ever triggers.
You’ve probably already checked this, but here’s how to double check that you’ve specified the correct absolute path to your app/console. From a SSH terminal, try running one of your cron jobs to see if you receive the output from Symfony:
outputs campaign rebuild
Rebuilding contacts for campaign 5
2 total contact(s) to be added in batches of 300
0/2 [>---------------------------] 0%
1/2 [==============>-------------] 50%
2/2 [============================] 100%
0 total contact(s) to be removed in batches of 300
2 contact(s) affected
campaign trigger
Triggering events for campaign 5
Triggering first level events
2 total events(s) to be processed in batches of 100
0/2 [>---------------------------] 0%
1/2 [==============>-------------] 50%
2/2 [============================] 100%
2 event(s) executed
But nothing goes out…the first event is to send an email in the campaign
Most likely this isn’t it, but Mautic has two types of emails you can specify in the “Send email” Action. Transactional vs Marketing
Marketing emails will only send once to the same contact, no matter how many times they run through a campaign including that email. Transactional emails will send every time a contact runs through a campaign that calls for sending that email. It’s a long shot, but maybe what happened is the campaign action triggered when your crons/email gateway was not working, making Mautic think that particular email was sent to that user before.
For testing purposes, try a) opting in a brand new contact to the segment and/or b) switching the email type to Transactional.
If not, it looks like we’d ideally need access to your instance or server to diagnose further.
This is weird…I added a new test contact…and the campaign triggered, but the it did not for the initial 2 test contacts…weird… I close this for now and will continue testing. Thanks for everyone’s help.
Glad you seem to have solved it for now.
If the problem makes a comeback, please don’t hesitate to come back to the community.
Good luck with launching your campaigns using Mautic!