Sorry for late response, I was on a trip.
I did Install WP Mail SMTP at the network level, BUT network activated, then setup WP Mail SMTP for each site individually. Do I need to reinstall?
The point is, I had previously setup wp-mail-smtp successfully for 3 sites, received email without problem, but the “From Email” received only from [email protected] , not as [email protected] , although I had changed the Support email to [email protected] in the OAuth consent screen of Credentials in APIs & Services.
Now the problem is, for the new site that I’m trying to setup, got “error while processing the authentication request” while trying to “Allow plugin to send emails using your Google account”
Meanwhile, there is another error message…
EMAIL DELIVERY ERROR: the plugin WP Mail SMTP v1.4.2 logged this error during the last time it tried to send an email:
Mailer: Gmail
{
“error”: {
“errors”: [
{
“domain”: “global”,
“reason”: “required”,
“message”: “Login Required”,
“locationType”: “header”,
“location”: “Authorization”
}
],
“code”: 401,
“message”: “Login Required”
}
}
I had login WP as both [email protected] and [email protected], but same error for the new site.
Another error message while trying to login using Google account [email protected] via plugins/super-socializer…
Fatal error: Uncaught Error: Class ‘Google_Utils_URITemplate’ not found in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/super-socializer/library/Google/Http/REST.php:165 Stack trace: #0 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/super-socializer/library/Google/Resource.php(191): Google_Http_REST::createRequestUri(‘gmail/v1/users/’, ‘{userId}/messag…’, Array) #1 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessages.php(197): Google_Service_Resource->call(‘send’, Array, ‘Google_Service_…’) #2 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Mailer.php(94): Google_Service_Gmail_Resource_UsersMessages->send(‘me’, Object(Google_Service_Gmail_Message)) #3 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-mail-smtp/src/MailCatcher.php(105): WPMailSMTP\Providers\Gmail\Mailer->send() #4 /opt/bitnami/apps/wordpress/htdocs/wp-includes/pluggable.php(481): WPMailSMTP\MailCat in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/super-socializer/library/Google/Http/REST.php on line 165