email - Gmail API Limits Per IP Address -


i have saas based app launching , want make sure understand gmail api limits:

if go here:

https://developers.google.com/gmail/api/v1/reference/quota

i see 100000000 quota units per day

my app utilizes api send emails on someones behalf gmail account. lets assume emails google rest api coming single ip address.

my current understanding able send 1mm emails day total , ~2 emails second per user, free out cc.

is correct ?

partly. send 1,000,000 emails per day gmail, need in aggregate across many different gmail accounts.

a user account allowed send 500 emails per day, maximum of 100 recipients. what's more, may find if repeatedly hitting limit, google close account because it's being abused.

gmail not smtp mailing service - use sendgrid, mandrill or amazon ses that.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -