Using MailApp to send email in AppsScript - Max Limit

1,738 views
Skip to first unread message

Syamala Pullakhandam

unread,
Sep 7, 2022, 6:32:58 PM9/7/22
to Google Apps Script Community
Hi,

I am getting the following error when I send emails more than 50.

Exception: Service invoked too many times for one day: email.

This is the quota I found
Is that limited to call MailApp only 50 times per day ?

I am asking based on the limit I found in the above link for the following.

Apps Script projects
50 / day - free consumer account
50 / day - Google workspace account

Is there anyway I can increase this quota?

Thanks,
Syamala

Ed Sambuco

unread,
Sep 7, 2022, 8:58:11 PM9/7/22
to google-apps-sc...@googlegroups.com

--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/0d58adff-f905-4745-ac43-87714dff8a64n%40googlegroups.com.

cbmserv...@gmail.com

unread,
Sep 7, 2022, 11:38:17 PM9/7/22
to google-apps-sc...@googlegroups.com

The email limit is the following:

 

Email recipients per day

100* / day

1,500* / day

 

So if you have a workspace account, your limit is increased to 1500 recipients per day (not emails!). Or 2000 if you have your own domain and emails are within the domain.

 

The 50 is for Projects not emails.

--

Mario Rossi

unread,
Sep 8, 2022, 3:28:16 AM9/8/22
to google-apps-sc...@googlegroups.com
I too have re-encountered this limit.
It would be necessary to send with python connected to the google sheet and using drive to contain the attachments to be sent and save the received emails.
I have the python code but the part to insert the attachments, the use of multiple accounts and saving is missing.
If there was someone here who could help with integrating the code it would be ideal (I have code that also sends attachments and I have found several web pages that contain the code that does the rest but I don't know python)

Reply all
Reply to author
Forward
0 new messages