0tza / gmail-delay-send

Automatically exported from code.google.com/p/gmail-delay-send
0 stars 0 forks source link

Service invoked too many times for one day - error #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Did all the steps as provided in the wiki
2. Sent test email to myself - no problem
3. send delay messages to 5 friends - no output

What is the expected output? What do you see instead?
Expected Output - Send emails
Output - Error .. see below

What version of the product are you using? On what operating system?
Latest version - Windows 7

Please provide any additional information below.

tried the script and seeing this error. i thought that i made some error when i 
installed it so i waited a few days... when i tried again (now following the 
steps exactly" i also see the same error... how can i reset this?

"Oops
Attempted to execute command: function () { GmailApp.sendEmail(to, subject, 
body, {htmlBody:body, cc:cc, replyTo:from, attachments:attach}); } 5 times 
without success. Error message: Exception: Service invoked too many times for 
one day: email.. Aborting :-( (line 378)"

Original issue reported on code.google.com by Aidnn...@gmail.com on 22 Jun 2012 at 8:33

GoogleCodeExporter commented 9 years ago
I don't think this is a bug or defect of gmail-delay-send. It is a restriction 
by Google:

more info on quotas:
https://developers.google.com/apps-script/quotas

access remaining daily email quota:
https://developers.google.com/apps-script/class_mailapp.html#getRemainingDailyQu
ota

Original comment by moaltm...@gmail.com on 26 Jan 2013 at 10:45

GoogleCodeExporter commented 9 years ago
Thanks for reporting the bug. I think it is indeed a quota issue that's outside 
the realm of bugs that gmail-delay-send can fix.

Sorry!

Original comment by blairk...@gmail.com on 15 Feb 2013 at 3:08