I have a django app hosted on heroku.I am using django-registration which sends validation email to a registering user.So ,I tried to add the sendgrid addon using
heroku addons:add sendgrid
but this fails with the following message
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
It seems to go to a page which asks for my credit card info..Unfortunately I don't have one..Is it still possible for me to get this addon without having a credit card?