forked from fixin.me/fixin.me
Bring per-installation setting to application.rb
This commit is contained in:
parent
e905910719
commit
769e4af603
@ -51,5 +51,8 @@ module FixinMe
|
||||
|
||||
# Email address of admin account
|
||||
config.admin = 'admin@localhost'
|
||||
|
||||
# Sender address of account registration-related messages
|
||||
Devise.mailer_sender = 'noreply@localhost'
|
||||
end
|
||||
end
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user