使用 Google App Engine 发送时的 Gmail 发送配额

发布于 2024-10-15 07:40:38 字数 359 浏览 1 评论 0原文

Gmail 规定每天 500 个收件人发送电子邮件的配额。如果您通过他们的 POP/IMAP 界面发送,则配额仅为每天 100 个收件人。

使用 Google 应用引擎在 Gmail 帐户上发送电子邮件的发送配额是多少?它会遵循 POP/IMAP 限制还是标准 Gmail 限制?

以下是我找到的所有官方 Gmail 配额信息: http://mail.google.com/support/bin /answer.py?hl=zh-CN&answer=22839

Gmail imposes a daily 500 recipient quota for sending emails. If you send through their POP/IMAP interface that quota is only 100 recipients per day.

What is the sending quota for sending an email on a gmail account using the google app engine? Would it follow the POP/IMAP limit or the standard gmail limit?

Here is all the official gmail quota information I found:
http://mail.google.com/support/bin/answer.py?hl=en&answer=22839

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

红尘作伴 2024-10-22 07:40:38

答案取决于您决定如何发送电子邮件。

  • 您是否使用内置的 App Engine 邮件 API?如果是这样,您可以发送很多很多电子邮件(请参阅阿米尔的回答)。
  • 您是否通过 Gmail 的 SMTP 服务器发送邮件? (我假设您说 POP 时指的是 SMTP,因为 POP 仅用于阅读电子邮件)如果是这样,则限制为 100,如您所述。
  • 您的应用程序是否通过 http 连接到 Gmail 并使用正常界面伪装成人类?那么 500 的限制将适用。

The answer depends on how you decide to send the email.

  • Are you using the built in App Engine mailing API? If so you, can send lots and lots of emails (see amir's answer).
  • Are you sending your mail through Gmail's SMTP server? ( I assume you meant SMTP when you said POP, as POP is only for reading email) If so, the limit is 100, as you state.
  • Is your app connecting to gmail through http and pretending to be a human using the normal interface? Then the 500 limit would apply.
葵雨 2024-10-22 07:40:38

使用 App Engine api 发送电子邮件(并且您已启用计费)时,您可以每分钟发送 4900 封电子邮件。请参阅此页面上的配额:
http://code.google.com/appengine/docs/quotas.html#Mail

When using app engine api to send emails (and you have billing enabled), you can send 4900 emails/minute. See the quotas on this page:
http://code.google.com/appengine/docs/quotas.html#Mail

瑶笙 2024-10-22 07:40:38

显然,Google 最近更改了电子邮件配额。限制已降至每天 100 封电子邮件,且无法购买更多电子邮件。
Google 建议使用 SendGrid 发送更多电子邮件。
如果有人可以发布 Java 代码来使用 sendgrid,那将会很有帮助,因为像往常一样缺乏 Google 的文档。
编辑:有Java 文档。我还没有尝试过这个。

Apparently, Google has changed the quota for email recently. The limit has gone down to 100 emails per day, with no option to buy more.
Google advises to use SendGrid to send more email.
If anyone could post Java code to use sendgrid, that would be helpful, as Google's documentation is lacking, as usual.
Edit: There is documentation for Java. I have not tried this yet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文