Problem while sending a test email in WP Mail SMTP
-
Gone through all the steps to setup WP Mail SMTP, however, whenever I try an Email Test, the following errors occur.
Versions:
WordPress: 4.9.1
WordPress MS: No
PHP: 5.5.38
WP Mail SMTP: 1.2.2Params:
Mailer: gmail
Constants: No
Client ID/Secret: Yes
Auth Code: No
Access Token: NoServer:
OpenSSL: Yes
PHP.allow_url_fopen: Yes
PHP.stream_socket_client(): Yes
PHP.fsockopen(): Yes
PHP.curl_version(): YesDebug:
Error while sending via Gmail mailer: {
“error”: {
“errors”: [
{
“domain”: “global”,
“reason”: “required”,
“message”: “Login Required”,
“locationType”: “header”,
“location”: “Authorization”
}
],
“code”: 401,
“message”: “Login Required”
}
}The page I need help with: [log in to see the link]
- The topic ‘Problem while sending a test email in WP Mail SMTP’ is closed to new replies.