SendGrid + Devise on Heroku
01 May 2013 in devise, heroku · view history
Let’s say I have a subdomain devsheet.phatograph.com and I want to configure SendGrid and Devise in Heroku, here are things to be done.
production.rb
Devise documentation and this post tell me to configure config.action_mailer.default_url_options
as:
And from Heroku Dev Center’s post:
devise.rb
From Devise’s predefined configuration: