1

我在 heroku 上托管了一个 django 应用程序。我正在使用 django-registration 向注册用户发送验证电子邮件。所以,我尝试使用添加 sendgrid 插件

heroku addons:add sendgrid

但这失败并显示以下消息

Adding sendgrid:starter on myapp... failed
 !    Please verify your account to install this add-on
 !    For more information, see http://devcenter.heroku.com/categories/billing
 !    Verify now at https://heroku.com/verify

它似乎进入了一个要求我提供信用卡信息的页面。不幸的是,我没有信用卡信息。我仍然可以在没有信用卡的情况下获得这个插件吗?

4

1 回答 1

2

开发中心文章中所述,您必须添加信用卡才能使用免费插件。完成后,您可能必须注销并重新登录才能配置附加组件。

于 2013-01-31T15:54:18.357 回答