starterkits / rails4-starterkit

Rails 4.1 starter app with production ready performance, security, and authentication.
MIT License
388 stars 103 forks source link

Forgot Password Email not sending, but no errors. #49

Open chevinbrown opened 8 years ago

chevinbrown commented 8 years ago

I don't know if it's my config, but my app sends registration emails, just not forgot-password emails. No errors in the log.

Aleksandaar commented 8 years ago

Email previews doesn't work for me either. I have used https://github.com/ryanb/letter_opener gem, and also you have to run a bundle exec sidekiq in a separate terminal in order to send the emails, and should be working as expected. It is working for me.

chevinbrown commented 8 years ago

Looks like it was because sidekiq wasn't running...