Skip to content
Snippets Groups Projects
Commit c2e5b4c0 authored by Giovanne Marcelo's avatar Giovanne Marcelo
Browse files

Merge branch 'fix-mail' into 'master'

fix password email

See merge request !375
parents 64ba23bd 7550edf1
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ Devise.setup do |config| ...@@ -12,7 +12,7 @@ Devise.setup do |config|
# Configure the e-mail address which will be shown in Devise::Mailer, # 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 # note that it will be overwritten if you use your own mailer class
# with default "from" parameter. # with default "from" parameter.
config.mailer_sender = 'suporte@c3sl.ufpr.br' config.mailer_sender = 'portalmec_tec@c3sl.ufpr.br'
# Configure the class responsible to send e-mails. # Configure the class responsible to send e-mails.
# config.mailer = 'Devise::Mailer' # config.mailer = 'Devise::Mailer'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment