J S
J S

Reputation: 1

How can I avoid the 100 sent message limit on Google Apps Script?

I have a Google Apps for Work account, and I built a couple of apps which connect to Gmail and send messages. The quota for sending these messages is 100 for me. Is there a way to raise the limit if I have a Google apps for Work account?

Upvotes: 0

Views: 633

Answers (1)

Teyam
Teyam

Reputation: 8082

See this post and see if it will help you.

Rule #1 states that,

You can send emails to a maximum of 500 recipients per day through the Gmail website. If you are a Google Apps for Work user, your daily limit is 10000 email recipients per day.

Regarding Quota limits for Google Apps Script, you may refer to this documentation.

Upvotes: 1

Related Questions