RSS feed
<< January 2007 | Home | March 2007 >>

Using GMail's SMTP Server with Rails

link: How to use GMail's SMTP Server with Rails

Wow, this was just in time, I was really looking for this. For the project I am about to launch, I wanted to be able to send email notifications in a secure way and I was looking for an elegant solution to use GMail's smtp service to do that in rails, of course ;)

Now thanks to Peter Cooper, everything is so much clear.

Cheers,