Gmail Oauth connection disconnected only in one site
-
Hi, I have several sites that are using WP Mail SMTP with the same g-mail account. Today we noticed one site could not sent email and it had below error. Then, I re-added the connection and it worked back. I would like to know why this was happened. Thank you.
Email source: WPForms
Mailer: Google / Gmail
{
"error": {
"code": 401,
"message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project." ,
"errors": [
{
"message": "Login Required.",
"domain": "global",
"reason": "required",
"location": "Authorization",
"locationType": "header"
}
],
"status": "UNAUTHENTICATED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "CREDENTIALS_MISSING",
"domain": "googleapis.com",
"metadata": {
"method": "caribou.api.proto.MailboxService.SendMessage",
"service": "gmail.googleapis.com"
}
}
]
}
}
For more details please try running an Email Test or reading the latest error event .
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Gmail Oauth connection disconnected only in one site’ is closed to new replies.