im having a problem getting sendgrid to send emails successfully on a rails 3.1 app that\'s using authlogic for authentication and is being deployed on heroku. i have the fo
Also note that if you're running your Heroku app on the Bamboo stack you don't need to configure your settings in the environment.rb file since Heroku does it for you.
However you do need to git push at least once after you activated the app to Heroku to set these settings. I made that mistake this morning and found your post.