I am using 1.0.4 release and here is my problem:
When I “Send example” email it gets spooled and delivered through mautic:email:process cron job.
However, “Send” button does not spool emails, neither does campaign… so there is nothing to process.
What am I doing wrong?
Also, please advise with an example of ‘sensible’ timings for cron tasks:
- /usr/bin/php /var/www/mautic/app/console mautic:campaigns:trigger --env=prod
- /usr/bin/php /var/www/mautic/app/console mautic:email:process --env=prod
- /usr/bin/php /var/www/mautic/app/console mautic:leadlists:update --env=prod
Thanks!