Reset password mail

This commit is contained in:
Xavier J 2015-12-14 16:29:35 +01:00
parent a65f271a60
commit 83871fc22f
2 changed files with 16 additions and 1 deletions

View file

@ -10,7 +10,7 @@ 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 = 'please-change-me-at-config-initializers-devise@example.com'
config.mailer_sender = 'tps@apientreprise.fr'
# Configure the class responsible to send e-mails.
# config.mailer = 'Devise::Mailer'