Forums/Official SendGrid/FAQ: Getting Started

Heroku Users: Find your Sendgrid Credentials

Joe Scharf
posted this on May 11, 2010 10:48

If you are a Heroku user using the SendGrid plugin, and would like to access the SendGrid web interface, you can find your SendGrid credentials by issuing the following command:

 

heroku config --long

 

Comments

User photo
Brandon West
SendGrid

You can also go the other direction and configure heroku to use an existing SendGrid account and password. Just run the following commands from your shell: 

heroku config:add SENDGRID_USERNAME=existing_username 
heroku config:add SENDGRID_PASSWORD=existing_password 
heroku restart 

Make sure that your SENDGRID_DOMAIN config var matches the website field in your SendGrid profile.

July 14, 2011 15:34.