vb.net - Gmail API sending limits -
i saw in articles sending limit gmail is:
*500 per day if send website
*100 per day if send pop/imap application
my questions are:
1.- "100 per day" limit vb net apps can make?
2.- how many mails can send using gmail api (or how many recipients)?
3.- how can extend limit free account?
regards.
based on usage limits page of gmail api documentation, have 1,000,000,000 quota units per day daily usage , 250 units/user/second rate limit.
all method transactions have allocated quota units, if we're looking @ send method (either drafts/messages), cost 100 units.
Comments
Post a Comment