password reset mailing

This commit is contained in:
João Geonizeli
2021-08-15 20:32:19 -03:00
parent e624adef4a
commit ab8b3fc68d
7 changed files with 52 additions and 13 deletions

View File

@@ -24,7 +24,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 = "no-reply@xstake.com.br"
# Configure the class responsible to send e-mails.
# config.mailer = 'Devise::Mailer'