Your software
My Mautic version is: v3.0.2
My PHP version is: Php7
I can’t get mautic to send emails with predetermined sequence with cron, seems like sometimes it works, and sometimes doesn’t I play with settings back and forth so much that I loose control of what is really going on!
This is what I’m trying to do.
- I have a list of 3 contacts
- I want to send the 3 emails at a sequence
– First email at minute 1
– Second email at minute 3
– Third email at minute 7 - When I click send, I want to be able to see them come in the inbox, start the sending sequence as soon as I hit “send” button
These are my cron settings, and my email is set to send batches of 1 email as queue:
0,15,30,45 * * * * /usr/local/bin/php /home/vuxi5632/public_html/brunovincent.net/mautic/bin/console mautic:segments:update >/dev/null 2>&1
5,20,35,50 * * * * /usr/local/bin/php /home/vuxi5632/public_html/brunovincent.net/mautic/bin/console mautic:campaigns:update >/dev/null 2>&1
10,25,40,55 * * * * /usr/local/bin/php /home/vuxi5632/public_html/brunovincent.net/mautic/bin/console mautic:campaigns:trigger >/dev/null 2>&1
1,3,7,11,12,17,59 * * * * /usr/local/bin/php /home/vuxi5632/public_html/brunovincent.net/mautic/bin/console mautic:emails:send >/dev/null 2>&1