Emails Not Sending
-
Hi, I am working on website maintenance for a site I did not create. Recently we stumbled into an issue where emails are not sending from Woocommerce for orders and I have found 2 errors that possibly correlate but have no direction how to fix.
The first is under our WP Mail SMTP which states the following
Email Source: Contact Form 7 Mailer: SendGrid The provided authorization grant is invalid, expired, or revoked
Versions:
WordPress: 6.4.3
WordPress MS: No
PHP: 8.0.8
WP Mail SMTP: 3.11.1Params:
Mailer: sendgrid
Constants: No
Api Key: YesDebug:
Email Source: WP Mail SMTP Mailer: SendGrid The provided authorization grant is invalid, expired, or revokedThe only problem with this error, is that my client claims they have never signed up for SendGrid and when I messaged SendGrid, they have no record of the website.
My second error find was here:
PHP Warning: Attempt to read property “ID” on null
the line is question is this:
if( $post->ID == 7358) { ?>
cart->get_cart();
$cartTotal = WC()->cart->get_cart_subtotal();
$total = WC()->cart->total;
$cartReduce = 5;Now I am not sure if that is connected or not but it is the only thing popping up in my debug log that I could find.
I can happily provide more information as I can, I know this is a tough problem to solve since part of it revolves around me not building the website or knowing what SMTP provider they actually have.
Any insight or advice would be appreciated!
- The topic ‘Emails Not Sending’ is closed to new replies.