Bring per-installation setting to application.rb

This commit is contained in:
2024-06-04 00:47:50 +02:00
parent e905910719
commit 769e4af603
2 changed files with 5 additions and 1 deletions

View File

@@ -24,7 +24,8 @@ Devise.setup do |config|
# 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 = 'fixinme@noreply.me'
# This is set in 'config/application.rb'.
#config.mailer_sender = 'fixinme@noreply.me'
# Configure the class responsible to send e-mails.
# config.mailer = 'Devise::Mailer'