简体   繁体   English

在Google App Engine上增加我所有应用程序ID的电子邮件配额

[英]Increasing email quota of all my application id on google app engine

We have multiple applications on google app engine account with different application id. 我们在Google App Engine帐户上有多个具有不同应用程序ID的应用程序。 We have limit of 100 emails/day with respect to each application id. 对于每个应用程序ID,我们每天最多只能发送100封电子邮件。 How can we increase it using any api? 我们如何使用任何api增加它? Provide details how many emails we can send with that api? 提供详细信息,我们可以使用该API发送多少封电子邮件?

You can't programatically change the email quota. 您无法以编程方式更改电子邮件配额。 From Quotas and limits : 配额和限制

The quota is reset daily. 配额每天重置一次。 If you exceed the daily quota, you will get an over quota exception . 如果您超出了每日配额,则会收到超出配额的例外情况 If you need to send more mail then the quota allows, you can use a third-party mail provider, such as SendGrid or Mailgun . 如果您需要发送更多邮件,但配额允许,则可以使用第三方邮件提供程序,例如SendGridMailgun

It seems Mailjet is also a partner 3rd party provider. 看来Mailjet还是第三方合作伙伴提供商。

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

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