What is the email limit on Google Apps Script?

Posted by jmvidal on Stack Overflow See other posts from Stack Overflow or by jmvidal
Published on 2010-04-30T12:39:05Z Indexed on 2010/05/02 6:07 UTC
Read the original article Hit count: 298

Can someone tell me if there is a webpage that lists the official Google limit on emails sent from a Google Apps Script?

In testing my little script I got a Service invoked too many times: email (# 59) and now I can't send any more emails.

The obvious place for this information would be in the MailApp.sendEmail documentation. But, that does not say anything about a limit.

I found this discussion on the google forum from 2/11/10 where users discuss about a 100 or 500 emails/day limit, with a 24 hour ban, but no one from Google provided an official answer.

Note that this is for google apps script, which is different from the google app engine, which does have well published limits.

© Stack Overflow or respective owner

Related posts about google-apps-script

Related posts about JavaScript