Learn-to-send-email-via-google-script-html-no-server: Is limit for sending e-mails daily 60?

Created on 3 Aug 2020  路  2Comments  路  Source: dwyl/learn-to-send-email-via-google-script-html-no-server

It gives me this error.

{
"result": "error",
"error": {
"message": "Service invoked too many times for one day: email.",
"name": "Exception",
"fileName": "script (html contact form sendEmail)",
"lineNumber": 60,
"stack": " at script (html contact form sendEmail):60 (doPost)
"
}
}

question starter user-feedback

All 2 comments

Oh wow. Not seen that before. Have you been testing it a _lot_ today?
We use ours with a Google Apps for Business account so the daily limit is 500.

Yes. Oh I understand. Thank you!

Was this page helpful?
0 / 5 - 0 ratings