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.