Skip to main content

FluentCRM is not sending scheduled emails for me.

Cron is running (WooCommerce's emails go out fine). What am I missing?

Maaz Shakir

Check SMTP settings

Maaz ShakirΒ no, that is not the issue.

Jonathan Gwyer

Is the cron running often enough? Have you set up a manual cron?

https://fluentcrm.com/docs/fluentcrm-cron-job-basics-and-checklist/

WooCommerce only needs to send emails when people are visting the site, FluentCRM needs to send them even when noone is visiting.

bren

it's taken me a while to get to bottom of this one as well as cron job I added looked correct and even web hosting company reckoned it was correct... but alas was missing quotes around url being called and it wasn't working!! on our host found that using php or curl for cron job wouldn't work. Only following worked for me:
wget -q -O - "https://yoursite.com/wp-cron.php?doing__wp__cron"