【问题标题】:sendgrid implementation without billing account in Google App Engine web project?在 Google App Engine 网络项目中没有计费帐户的 sendgrid 实施?
【发布时间】:2015-09-23 19:17:04
【问题描述】:

我正在使用 sendgrid API 发送批量电子邮件。我们在 android 和 web 中使用 google 应用程序引擎有云应用程序。我们知道 google 应用程序引擎的配额有限。所以我们应该使用免费即 12k/月来发送电子邮件。我们已经正确集成它。如果我在本地运行代码,即 localhost:888,它可以工作,但如果我部署代码并从那里尝试,那么我会遇到异常。我已经在 sendgrid 上创建了一个帐户并验证为嗯。

com.google.apphosting.api.ApiProxy$FeatureNotEnabledException: 计费完成后,将为该应用程序启用 Socket API 在管理控制台中启用

真的需要有结算账户吗?

【问题讨论】:

    标签: java google-app-engine


    【解决方案1】:

    您可以使用 sendgrids web api,它不需要 App Engine 中的 Socket API。 如果您想使用 sendgrid 的 SMTP API,您必须启用计费。不过我建议使用 web api。

    他们有一个example 我在我的一个项目中成功使用。

    【讨论】:

      猜你喜欢
      • 2016-07-10
      • 1970-01-01
      • 2016-02-15
      • 1970-01-01
      • 1970-01-01
      • 2011-02-12
      • 2011-01-11
      • 1970-01-01
      • 2015-08-26
      相关资源
      最近更新 更多