Monthly Archives: February 2009

HOWTO: How send email using Gmail or Google Apps from Rails

If you are developing a Rails application that needs to send email, you probably want to have support for sending emails without having sendmail or an smtp server installed on every development machine. Everyone who has a Gmail account has access to their SMTP server for free, but there are some caveats: 1. Google only [...]