Hi,
I have setup Mautic on my server. Configured all cron jobs.
Email also works when somone fills form on my website. The problem im facing is, emails are not being sent through campaigns. I have tried to troubleshoot for last few days, reading and re-reading for a resolution.
I believe my cron jobs are accurately configured. Im pasting it here in anycase.
*/15 * * * * /usr/local/cpanel/3rdparty/bin/php /home/simplif6/public_html/yfret/app/console mautic:broadcasts:send > /dev/null 2>&1
3,18,33,48 * * * * /usr/local/cpanel/3rdparty/bin/php /home/simplif6/public_html/yfret/app/console mautic:webhooks:process > /dev/null 2>&1
0,15,30,45 * * * * /usr/local/cpanel/3rdparty/bin/php /home/simplif6/public_html/yfret/app/console mautic:segments:update > /dev/null 2>&1
5,20,35,50 * * * * /usr/local/cpanel/3rdparty/bin/php /home/simplif6/public_html/yfret/app/console mautic:campaigns:update > /dev/null 2>&1
10,25,40,55 * * * * /usr/local/cpanel/3rdparty/bin/php /home/simplif6/public_html/yfret/app/console mautic:campaigns:trigger > /dev/null 2>&1
5,20,35,50 * * * * /usr/local/cpanel/3rdparty/bin/php /home/simplif6/public_html/yfret/app/console mautic:campaigns:rebuild > /dev/null 2>&1
*/15 * * * * /usr/local/cpanel/3rdparty/bin/php /home/simplif6/public_html/yfret/app/console mautic:emails:send > /dev/null 2>&1
*/15 * * * * /usr/local/cpanel/3rdparty/bin/php /home/simplif6/public_html/yfret/app/console mautic:messages:send > /dev/null 2>&1
The campaign triggers the email, as i can see it in Mautic calendar, but the actual email doesn’t go through.
Im not an expert at understanding/ debugging based on logs. Can anyone pls help me resolve this.
Thanks for your help.