Nginx Server with Ruby on Rails application SMTP Authentication Error

Posted by Spoons on Server Fault See other posts from Server Fault or by Spoons
Published on 2012-04-09T23:15:38Z Indexed on 2012/04/09 23:33 UTC
Read the original article Hit count: 412

I'm developing a Rails app which when I run it locally, it's able to send emails through a gmail account via smtp.

When I moved it to my sever (running Nginx), it comes up with the following error for example when I try to create a new user.

Net::SMTPAuthenticationError in UsersController#create

535-5.7.1 Username and Password not accepted.

The nginx.conf file remains the same from when I set it up.

© Server Fault or respective owner

Related posts about nginx

Related posts about smtp