• Resolved chistudio

    (@chistudio)


    There was a problem while sending the test email. How do I fix it?

    Versions:
    WordPress: 5.0.3
    WordPress MS: No
    PHP: 7.2.11
    WP Mail SMTP: 1.4.1

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

    Server:
    OpenSSL: OpenSSL 1.1.0g 2 Nov 2017
    PHP.allow_url_fopen: Yes
    PHP.stream_socket_client(): Yes
    PHP.fsockopen(): Yes
    PHP.curl_version(): 7.58.0

    Debug:
    Mailer: Gmail
    {
    “error”: {
    “errors”: [
    {
    “domain”: “usageLimits”,
    “reason”: “rateLimitExceeded”,
    “message”: “User-rate limit exceeded. Retry after 2019-02-04T12:32:22.078Z (Mail sending)”
    }
    ],
    “code”: 429,
    “message”: “User-rate limit exceeded. Retry after 2019-02-04T12:32:22.078Z (Mail sending)”
    }
    }

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Slava Abakumov

    (@slaffik)

    Hi

    User-rate limit exceeded.

    That means you sent too many emails in a short period of time. Make sure you don’t send emails in an endless loop.
    Or make sure that you are blocking a usual page visit from sending an email to you.

    More details on rate limits:
    https://developers.google.com/gmail/api/v1/reference/quota

    Basically, sending 3 emails per second is already out of limits.

    Hi, would be the correct number of emails to input on the per hour textbox? Because 3600 seems to be bringing issues despite activating the cron job option using GMAIL.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘There was a problem while sending the test email.’ is closed to new replies.