Mautic Cron Jobs

I installed mautic on cypber panel but the campaigns are not working. They are not sending any emails.

Testing
I went to configuration menu and tested SMTP connection + sent test email.
Both worked successfully.

I created a new email. Sent an example email. Worked successfully.

I added the following cron job:
*/10 * * * * root /usr/bin/php /var/www/html/mautic/app/console mautic:broadcasts:send

Hello @aslan

*/10 * * * * root /usr/bin/php /var/www/html/mautic/app/console mautic:broadcasts:send is wrong this path /var/www/html/mautic/app/console does not exist for websites served by CyberPanel

Possible correct paths are /home/aslan.com/public_html or /home/aslan.com/public_html/subdomain

Use your Filemanager to get correct path of your mautic website.

The correct format for cronjobs is: (Incase your path is public_html)

/usr/local/lsws/lsphp80/bin/php /home/yourdomain/public_html/bin/console mautic:segments:update

Thanks

@josephgodwinke Cron Jobs won’t work with adding static paths like " /home/aslan.com/public_htmlor/home/aslan.com/public_html/subdomain"