starterkits/rails4-starterkit

Forgot Password Email not sending, but no errors.

Opened this issue · 2 comments

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.

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.

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