0tza / gmail-delay-send

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

Getting Error every time a mail is sent #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
=======================================
=== PLEASE READ BEFORE FILING ISSUE:
https://code.google.com/p/gmail-delay-send/wiki/GmailDelaySendDebugging_8
=======================================

What steps will reproduce the problem?
1.I have scheduled my mail to be sent to few email ids in BCC, but repeatedly I 
am getting the following error every 5 mins

What is the expected output? What do you see instead?

What version of the product are you using?
the latest version

Please provide any additional information below.

I am getting the following error 

-- Error:Error: Gmail Delay Send failed to connect to one of the Google 
Services. This is OK if it happens infrequently, the script will run again in a 
few minutes. See here to avoid receiving these notifications: 
https://code.google.com/p/gmail-delay-send/wiki/GmailDelaySendOptions_8#Error_No
tifications. Function being called: function () { GmailApp.sendEmail(to, 
subject, body, {htmlBody:htmlBody, cc:cc, bcc:bcc, from:from, 
attachments:attach, name:name}); } .Error message: Exception: Limit Exceeded: 
Email Recipients Per Message. --Stack: at Services (GmailDelaySendWeb):205 
(executeCommand) at Services (GmailDelaySendWeb):103 (serviceSendEmailMessage) 
at Mail (GmailDelaySendWeb):59 (sendMessage) at Main (GmailDelaySendWeb):152 
(successfullyParsedAndSentMessage) at Main (GmailDelaySendWeb):171 
(processThread) at Main (GmailDelaySendWeb):187 (processThreads) at Main 
(GmailDelaySendWeb):24 (main) 

Original issue reported on code.google.com by kristaal...@gmail.com on 9 Sep 2013 at 4:59

GoogleCodeExporter commented 9 years ago
Hello,

The message appears to be saying:  "Limit Exceeded: Email Recipients Per 
Message".

I haven't seen this error message before, how many people are you trying to 
send the message to?

-Blair

Original comment by blairk...@gmail.com on 9 Sep 2013 at 5:02

GoogleCodeExporter commented 9 years ago
I have created 3 groups of each 80 email ids, and sending 6 mails per group 
through BCC, i.e. totally I have 240 contacts and send 6 mails per day to each 
of this ids, I delayed mail to be sent at 1hr gap, the mail contains a web link 
to my website

Original comment by kristaal...@gmail.com on 10 Sep 2013 at 4:28

GoogleCodeExporter commented 9 years ago
Hello,

(I didn't know this) Looking up quota information reveals that you are limited 
to 50 email recipients per single email through the google apps api (link: 
https://docs.google.com/macros/dashboard).

I would suggest breaking up your groups or you can apply to have your quota 
limits raised (although that probably wouldn't be easy)

Sorry about that, I'll add it to the documentation.
-Blair

Original comment by blairk...@gmail.com on 10 Sep 2013 at 5:38

GoogleCodeExporter commented 9 years ago
well great, thank you for the information 

Original comment by kristaal...@gmail.com on 11 Sep 2013 at 5:09