Devise user confirmation testing in development
02 May 2013 in devise
I want to test Devise’s confirmable feature in local development, so I need
a way to locally send & receive emails. Got this technique from this post.
I’d like to paste it here.
Humble semi-technical blog of Pat Wangrungarun
02 May 2013 in devise
I want to test Devise’s confirmable feature in local development, so I need
a way to locally send & receive emails. Got this technique from this post.
I’d like to paste it here.
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.