• Resolved adamkadmon

    (@adamkadmon)


    Hi,
    I set this: 1.
    I use gmail smtp, usually sending 1000 mail and 5-10% fails with error:
    Note: { "error": { "code": 403, "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per minute per user' of service 'gmail.googleapis.com' for consumer 'project_number:532538001917'.", "errors": [ { "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per minute per user' of service 'gmail.googleapis.com' for consumer 'project_number:532538001917'.", "domain": "usageLimits", "reason": "rateLimitExceeded" } ], "status": "PERMISSION_DENIED", "details": [ { "@type": "type.googleapis.com/google.rpc.ErrorInfo", "reason": "RATE_LIMIT_EXCEEDED", "domain": "googleapis.com", "metadata": { "quota_limit_value": "15000", "quota_limit": "defaultPerMinutePerUser", "service": "gmail.googleapis.com", "quota_location": "global", "quota_metric": "gmail.googleapis.com/default", "consumer": "projects/532538001917" } } ] } }

    I dont understand. I s it too many per minute?
    Shall I set less than 1 per sec? 0,5 or 0,1 could work?
    Thanks

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter adamkadmon

    (@adamkadmon)

    What does mean quota_limit_value”: “15000”? In an hour or day?

    Hello @adamkadmon,

    The issue is not related to FluentCRM rather it is more related to the SMTP that you are using.

    Anyway, the error suggests that a usage limit has been exceeded. Can you please share a bit more details regarding how you have set the Gmail SMTP or which SMYTP plugin have you used?

    Thank you

    Thread Starter adamkadmon

    (@adamkadmon)

    I use Fluent SMTP plugin.
    But now it worked fine 100% successed.
    Anyway if i would change fluentCRM settings to send less because of gmail limit,
    Maximum Email Limit Per Second: 0,5
    could work? I mean if less than 1, and not integer value is also works?
    Thanks

    Thread Starter adamkadmon

    (@adamkadmon)

    And the more tricky thing is, sometimes i see in the sending log this:
    https://ibb.co/2S44bLw
    How it is possible if the mail is failed to send, but opened??

    Hello @adamkadmon,

    Setting a maximum email limit per second less than 1 won’t work in FluentCRM. The lowest value that you can set is 1 email/sec.

    The email open and click tracking is done based on pixels and tracking code that is sent along with an email. I guess there might have been an issue with the tracking code on your site, maybe a plugin conflict that caused the email to show as opened. Anyway, if you still face this issue with a lot of other emails then you can try using a different SMTP connection other than Gmail and see if you still face the same issue.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Maximum Email Limit Per Second’ is closed to new replies.