I\'m working on this alerting service in Rails. And really, all I need to do is, when a user signs up, send a confirmation email to the user. And upon confirmation from the
Devise is an other excellent authentication gem that comes with email activation build in, perhaps you could give it a go.