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