RailsApps / rails-devise-pundit

Rails 5.0 starter app with Devise for authentication and Pundit for authorization.
http://railsapps.github.io/rails-devise-pundit/
484 stars 156 forks source link

Net::SMTPAuthenticationError at /users #19

Closed kamilah closed 10 years ago

kamilah commented 10 years ago

Forgive me, I'm only a few months into RoR, but I can't seem to figure this out.

I have chosen the rails-devise-pundit app to start to build from and I keep getting the above mentioned error :

"Net::SMTPAuthenticationError at /users 530-5.5.1 Authentication Required." with a lot of blocks included

When I chose the other options in rails composer i always get errors thrown after trying to sign up. The only time it ever went through the sign up is when i chose 'no email provider' to be used in the composer, so I'm assuming there are issues with configuring the mail...?

I've tried hardcoding both in the development.rb, production.rb, and secrets.yml. I followed tne "Send Emails..." article too.

Any clue what's wrong, or what it is that I'm doing wrong?

DanielKehoe commented 10 years ago

You can ask your question on Stack Overflow. It's an issue with your specific development environment. Try building the simpler rails-devise example app and see if you have the same problem.

kamilah commented 10 years ago

Thank you