Gmail SMTP not working
-
When I authorize plugin to send emails using gmail account, I get this message –
This app isn’t verified
This app hasn’t been verified by Google yet. Only proceed if you know and trust the developer.If you’re the developer, submit a verification request to remove this screen.
The thing is I have already verified the app by uploading html file. When i click advanced setting and send the mail anyways I get this message on my website contact page –
Error 404
The page you are looking for does not exist. It may have been moved, or removed altogether. Perhaps you can return back to the site’s homepage and see if you can find what you are looking for.When I do test mail I get this –
There was a problem while sending a test email. Related debugging output is shown below:Versions:
WordPress: 4.9.1
WordPress MS: No
PHP: 5.5.38
WP Mail SMTP: 1.2.1Params:
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(): Yes
Apache.mod_security: NoDebug:
Error while sending via Gmail mailer: {
“error”: {
“errors”: [
{
“domain”: “global”,
“reason”: “required”,
“message”: “Login Required”,
“locationType”: “header”,
“location”: “Authorization”
}
],
“code”: 401,
“message”: “Login Required”
}
}
Error while sending via Gmail mailer: {
“error”: {
“errors”: [
{
“domain”: “global”,
“reason”: “required”,
“message”: “Login Required”,
“locationType”: “header”,
“location”: “Authorization”
}
],
“code”: 401,
“message”: “Login Required”
}
}
Error while sending via Gmail mailer: {
“error”: {
“errors”: [
{
“domain”: “global”,
“reason”: “required”,
“message”: “Login Required”,
“locationType”: “header”,
“location”: “Authorization”
}
],
“code”: 401,
“message”: “Login Required”
}
}
Please copy only the content of the error debug message above, identified with an orange left border, into the support forum topic if you experience any issues.I followed each and every step of the tutorial. Let me know how to fix this? Do I delete everything and start all over again?
Regards
The topic ‘Gmail SMTP not working’ is closed to new replies.