CRON jobs not processing mail
-
The docs indicate that using https://www.example.com/wp-cron.php will start the “process email” process, just the same as a manual click of the ‘process email’ on the Postie settings page. But any pending emails are not processed with the CRON job, even though the ‘test settings’ output shows messages waiting.
I have verified that the CRON job is running. The output of the CRON job is similar to this:
--2019-11-28 12:00:22-- https://www.example.com/wp-cron.php Resolving www.example.com... 173.254.30.26 Connecting to www.example.com|173.254.30.26|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: “wp-cron.php.215”
Which shows that the request completed properly (200 status). But mail is still pending. This happens with a CRON scheduled job, and a manual access of https://www.example.com/wp-cron.php …. mail still pending and not processed.
How to resolve this?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘CRON jobs not processing mail’ is closed to new replies.