简体   繁体   English

Google云端硬盘每日电子邮件限制?

[英]Google Drive Daily Email Limit?

We have a few Google Forms as part of my work. 我的工作中包含一些Google表单。 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. 我使用的是Form Emailer脚本,以便当有人填写测验时,该人以及我们办公室中的这个人都会收到一封电子邮件,其中显示了他们的回复摘要。

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? 我试图对此进行研究,但信息却出现冲突-例如,某些网站使用Gmail列出了限制,但我不认为这是同一回事吗?

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. 由于您要向响应者(1)和监视器(1)发送消息,因此您的每封邮件都将被视为2个收件人。

Your daily limit will be 100 or 1500 per day. 您的每日限额为每天100或1500。

A script can test your remaining limit by calling MailApp.getRemainingDailyQuota() . 脚本可以通过调用MailApp.getRemainingDailyQuota()来测试您的剩余限制。

截图

Ref Quota Limits tab . 参考配额限制选项卡

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM