I am trying to develop a program such that whenever someone submits a form, the contents of the form are to be mailed to ~100 users.
Since this content is generic, I want to send the mail to these 100 ppl together in one go in one email. I have saved these e-mail IDs as a row range, I can also save it in a single cell if reqd.
Is there any way I can send a single mail to them instead of running a loop? It is such a simple thing, but Google keeps throwing an error saying quota exceeded, whereas I have 500 remaining email quotas.