Rails app + gmail smtp + heroku hosting + godaddy domain
- by sagivo
i'm trying to define a way to send emails using gmail. it all works fine on localhost but when i deploy to heroku nothing happens.
i guess it has something to do with GoDaddy MX records?
here is what i tried:
ActionMailer::Base.smtp_settings = {
:address => "smtp.gmail.com",
:port => 587,
…