• Resolved Luke

    (@lukewin1)


    Having issues with setting up the Gmail SMTP with the WP Mail Plugin. Followed the instructions and clicked on send email test. Here is the debug info that I get:

    Versions:
    WordPress: 5.4.1
    WordPress MS: No
    PHP: 7.3.16
    WP Mail SMTP: 2.0.1

    Params:
    Mailer: gmail
    Constants: No
    Client ID/Secret: Yes
    Auth Code: Yes
    Access Token: Yes

    Server:
    OpenSSL: OpenSSL 1.0.2r 26 Feb 2019
    PHP.allow_url_fopen: Yes
    PHP.stream_socket_client(): Yes
    PHP.fsockopen(): Yes
    PHP.curl_version(): 7.59.0

    Debug:
    Mailer: Gmail
    {
    “error”: {
    “code”: 403,
    “message”: “The request was blocked. Quota configuration not found for the requesting project.”,
    “errors”: [
    {
    “message”: “The request was blocked. Quota configuration not found for the requesting project.”,
    “domain”: “global”,
    “reason”: “forbidden”
    }
    ],
    “status”: “PERMISSION_DENIED”
    }
    }

Viewing 1 replies (of 1 total)
  • Hi @lukewin1,

    It looks like the web APP you’ve created doesn’t have access to the Gmail API. Please make sure Gmail API is enabled for the App. Alternatively, follow the documentation again for the new APP setup.

    I hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘WP Mail Gmail Send Email Error’ is closed to new replies.