WP Mail SMTP 플러그인 오류내용입니다.
Heads up! The last email your site attempted to send was unsuccessful.
Email Source: WP Core
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": {
"service": "gmail.googleapis.com",
"method": "caribou.api.proto.MailboxService.SendMessage"
}
}
]
}
}
For more details please try running an Email Test or reading the latest error event.
원인이 무엇일까요?
안녕하세요~^^
SMTP 플러그인에서 Mailer 설정을 Google / Gmail로 사용 중이신지요?
SMTP 설정에서 구글 쪽 Client ID, Client Secret 정보를 올바르게 입력하셨는지 확인해보시겠어요?
구글 쪽 정보 관련해서는 아래 링크를 참고해보세요.
고맙습니다.
안녕하세요~^^
구글 인증관련 에러입니다.
로그인 정보나 auth 코드 등의 인증 관련 코드가
정확하게 입력되었는지 확인해보시겠어요?
고맙습니다.