【发布时间】:2013-01-31 12:25:43
【问题描述】:
我有一个托管在 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
它似乎进入了一个要求我提供信用卡信息的页面。不幸的是我没有信用卡信息。我是否仍然可以在没有信用卡的情况下获得这个插件?
【问题讨论】: