Fixed devise email_from, reordered initalizers
This commit is contained in:
parent
86676476e6
commit
b612497903
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Devise.setup do |config|
|
|||
# ==> Mailer Configuration
|
||||
# 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 = "please-change-me-at-config-initializers-devise@example.com"
|
||||
config.mailer_sender = EMAIL_OPTS["from"]
|
||||
|
||||
# Configure the class responsible to send e-mails.
|
||||
# config.mailer = "Devise::Mailer"
|
||||
|
|
Loading…
Reference in a new issue