Skip to content

Commit

Permalink
Add [DO NOT REPLY] to accounts email for mailers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhpreet-s committed Nov 30, 2024
1 parent 55f6ac9 commit 211763e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 = '"Human Essentials" <[email protected]>'
config.mailer_sender = '"[DO NOT REPLY] Human Essentials" <[email protected]>'

# Configure the class responsible to send e-mails.
config.mailer = "CustomDeviseMailer"
Expand Down

0 comments on commit 211763e

Please sign in to comment.