【发布时间】:2020-04-17 14:03:36
【问题描述】:
我想知道我可以使用 G Suite 帐户通过 Google Apps 脚本发送多少封电子邮件。
【问题讨论】:
-
看看脚本编辑器帮助
标签: google-apps-script google-workspace
我想知道我可以使用 G Suite 帐户通过 Google Apps 脚本发送多少封电子邮件。
【问题讨论】:
标签: google-apps-script google-workspace
您每天可以发送 1500 封电子邮件。请看一下配额。
https://developers.google.com/apps-script/guides/services/quotas
【讨论】:
Newly created G Suite domains are subject to the consumer limit for the first billing cycle if they have six or more users, or several billing cycles if they have fewer users.,来自Apps Script Quotas。你能确认这就是你的情况吗?您是什么时候升级到 G Suite 帐号的?干杯!