• Resolved henrygc

    (@henrygc)


    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”
    }
    }`

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support David

    (@dpinson)

    Hi there @henrygc,

    The error message, Mail service is not enabled, is coming back from Google. It’s referring to an issue on the Google side of things.

    Try reaching out to Google’s support with this error message and they should be able to enable any missing features/services for you. Afterward, you can try connecting again.

    I hope that helps! Have a great day! ??

Viewing 1 replies (of 1 total)
  • The topic ‘WP Mail SMTP “Mail service not enabled”’ is closed to new replies.