RailsCasts Pro episodes are now free!

Learn more or hide this

Fernando Aleman's Profile

GitHub User: fernandoaleman

Comments by Fernando Aleman

Avatar

I went through this tutorial on a new app with Rails 3.1.1 and it worked perfectly. However, I am now trying to use this on an existing app using Rails 3.0.9 with ActionMailer and DEVISE, and it does not work. I am pretty confident DEVISE uses ActionMailer based on the settings, but whenever I send an email to another use, they get the email and not me.

Has anyone been able to get this to work with DEVISE?