Emails not sending out since WordPress 6.0.2
-
Hello, For about 3 hours, this was the result of the CRON job hitting the Cron URL (I’m having the output go to my email):
{“status”:”SUCCESS”,”es_remaining_email_count”:”485″,”total_emails_sent”:40,”message”:”EMAILS_SENT”}3 hours later, it has gotten out only 80 more emails (40 at a time):
{“status”:”SUCCESS”,”es_remaining_email_count”:”405″,”total_emails_sent”:40,”message”:”EMAILS_SENT”}This all started around the time of WordPress 6.0.2 upgrades (around 8 days ago).? I’m new to helping this site (and it’s a managed WordPress site on GoDaddy), so seeking help.? I’m running a CRON using the curl command as suggested and that had been working fine.
It’s almost as if something is cached as even though I manually got 160 more emails out and can tell that the remaining emails left are around 200, the result of the CRON running still shows “405” an hour later.
Cron URL (I’m even trying no-cache and still shows “405” emails left):
curl -H ‘Cache-Control: no-cache’ “<my cron url>”Thoughts?
- The topic ‘Emails not sending out since WordPress 6.0.2’ is closed to new replies.