Setup
PHP Version 7.4.5
MySQL 5.7
Mautic v3.3.2
Email API: SendGrid
My problem is:
Some emails are sent (confirmation, automatically - for instance) but when a wait condition is added for a campaign, seems that it’s not adding this email to the loop and nothing is showing up.
These errors are showing in the log:
no error in the logs
Steps I have tried to fix the problem:
First, I set up my Anacron tab with the following info, starting:
@hourly 0 mautic_leadlists php -f /srv/data/web/vhosts/mautic.mypop.fr/htdocs/bin/console mautic:leadlists:update
@hourly 0 mautic_segments php -f /srv/data/web/vhosts/mautic.mypop.fr/htdocs/bin/console mautic:segments:update
@hourly 0 mautic_campaigns_update php -f /srv/data/web/vhosts/mautic.mypop.fr/htdocs/bin/console mautic:campaigns:update
@hourly 0 mautic_campaigns_trigger php -f /srv/data/web/vhosts/mautic.mypop.fr/htdocs/bin/console mautic:campaigns:trigger
@hourly 0 mautic_campaigns_execute php -f /srv/data/web/vhosts/mautic.mypop.fr/htdocs/bin/console mautic:campaigns:execute
@hourly 0 mautic_emails_send php -f /srv/data/web/vhosts/mautic.mypop.fr/htdocs/bin/console mautic:emails:send
@hourly 0 mautic_broadcast php -f /srv/data/web/vhosts/mautic.mypop.fr/htdocs/bin/console mautic:broadcast:send
@daily 0 mautic_fetch php -f /srv/data/web/vhosts/mautic.mypop.fr/htdocs/bin/console mautic:email:fetch
@daily 0 mautic_import php -f /srv/data/web/vhosts/mautic.mypop.fr/htdocs/bin/console mautic:import
@daily 0 mautic_social php -f /srv/data/web/vhosts/mautic.mypop.fr/htdocs/bin/console mautic:social:monitoring
@weekly 0 mautic_maxmind_dl php -f /srv/data/web/vhosts/mautic.mypop.fr/htdocs/bin/console mautic:iplookup:download
@weekly 0 mautic_maxmind_donotsell php -f /srv/data/web/vhosts/mautic.mypop.fr/htdocs/bin/console mautic:donotsell:download
@weekly 0 mautic_maxmind php -f /srv/data/web/vhosts/mautic.mypop.fr/htdocs/bin/console mautic:max-mind:purge
Please note that there is no documentation on the Internet(s) about anacron + Mautic so I think this is useful as well to share it here!
My test form is live on www.mypop.fr/nouvelle-reservation
To fix this: I tried to add another cronjob with lead lists but same!
The screenshot showing that there is no upcoming email > CleanShot 2021-04-19 at 11.26.03 · CleanShot Cloud
Despite the screenshot with all actions and in pending > CleanShot 2021-04-19 at 11.27.03 · CleanShot Cloud
Thank you in advance !