问题描述
我们有几份Google表单作为我工作的一部分。我正在使用Form Emailer脚本,以便当有人填写测验时,该人以及我们办公室的一个人将收到一封电子邮件,显示其回复摘要。
我们刚刚开了一个会议,现在还有更多的人正在填补他们。我的问题是,以这种方式发送自定义表单脚本的日常电子邮件限制是多少?
请记住,正在发送两封电子邮件每个表单完成,一个给我们的人,一个给填写的人。
我试图研究这个,但我有越来越多的信息 - 一些网站列出例如,限制使用Gmail,但我不认为这是一样的事情?
任何帮助不胜感激,谢谢!
限制将取决于发送电子邮件的帐户类型。由于您向受访者(1)和监视器(1)发送消息,因此您的每封邮件将被视为2个收件人。
您的每日限额将为100或每天1500个。
脚本可以通过调用。
We have a few Google Forms as part of my work. I am using the Form Emailer script so that, when someone fills out the quiz, that person and also a person here in our office will receive an e-mail displaying a summary of their responses.
We just had a meeting and so many more people are filling them out right now. My question is, what is the daily e-mail limit when sending in this way, a custom form script?
Keeping in mind that two e-mails are being sent with each form completion, one to our person and one to the person that filled it out.
I tried to research this but I am getting conflicting information--some sites list the limit using Gmail, for example, but I don't think this is the same thing?
Any help is appreciated, thanks!
The limit will depend on the account type that is sending the emails. Since you are sending a message to a respondent (1) and a monitor (1), each of your mails will count as 2 recipients.
Your daily limit will be 100 or 1500 per day.
A script can test your remaining limit by calling MailApp.getRemainingDailyQuota().
Ref Quota Limits tab.
这篇关于Google云端硬盘每日电子邮件限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!