Your software
My Mautic version is: 3.1.25
My PHP version is: 7.3.27.
My Database type and version is: MariaDB 10.5
Your problem
My problem is:
I cannot seem to schedule sending mail although I can send mail immediately.
I create a new email, set it to published, and select the future time.
The mail appears with an orange clock displaying the date and time to be sent. But it is never sent. If I leave the “Channels | Emails” page then return, the clock has vanished but it says “Pending” so has not been sent.
I assume the problem is cron-job related. On my VPS my cron-jobs are:
-
-
-
-
- php /var/www/html mautic:segments:update
-
-
-
-
-
-
-
- php /var/www/html mautic:campaigns:update
-
-
-
-
-
-
-
- php /var/www/html mautic:campaigns:trigger
-
-
-
-
-
-
-
- php /var/www/html mautic:campaigns:execute
-
-
-
-
-
-
-
- php /var/www/html mautic:iplookup:download
-
-
-
-
-
-
-
- php /var/www/html mautic:emails:send
-
-
-
-
-
-
-
- php /var/www/html mautic:broadcasts:send
-
-
-
I added a number of these cron-jobs from posts in the forum. Nonetheless, I have never been able to get scheduling to work. My syslogd file seems to show that the cron jobs are executed every minute.
Can someone please advise me.
These errors are showing in the log:
Where, exactly, is the log file? There is nothing in /var/log/
Steps I have tried to fix the problem:
Adding cron-jobs based on this forum.