Skip to content

Commit

Permalink
Fix Password Reset Not Working
Browse files Browse the repository at this point in the history
This initializer is likely the source of our frustrations where SendGrid was complaining the email we were sending from was not correct.
  • Loading branch information
mzagaja committed Oct 12, 2024
1 parent e32b638 commit 143b9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Configure the e-mail address which will be shown in Devise::Mailer,
# note that it will be overwritten if you use your own mailer class
# with default "from" parameter.
config.mailer_sender = '[email protected]'
config.mailer_sender = '[email protected]'

# Configure the class responsible to send e-mails.
# config.mailer = 'Devise::Mailer'
Expand Down

0 comments on commit 143b9fa

Please sign in to comment.