Replies: 0
Problem to send a test email in Wp Mail SMTP plugin. Gmail mailer configured and enabled but it shows the error “There was a problem while sending the test email”. I attach the log below:
Versions:
WordPress: 6.0.2
WordPress MS: No
PHP: 7.4.30
WP Mail SMTP: 3.5.2
Params:
Mailer: gmail
Constants: No
Client ID/Secret: Yes
Auth Code: Yes
Access Token: Yes
Server:
OpenSSL: OpenSSL 1.1.1o 3 May 2022
PHP.allow_url_fopen: No
PHP.stream_socket_client(): Yes
PHP.fsockopen(): Yes
PHP.curl_version(): 7.85.0
Debug:
Email Source: WP Mail SMTP
Mailer: Google / Gmail
{
“error”: {
“code”: 400,
“message”: “Mail service not enabled”,
“errors”: [
{
“message”: “Mail service not enabled”,
“domain”: “global”,
“reason”: “failedPrecondition”
}
],
“status”: “FAILED_PRECONDITION”
}
}`