Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #811 from ualbertalib/devise_email
Browse files Browse the repository at this point in the history
update mailer sender in devise.rb
  • Loading branch information
pbinkley committed Oct 23, 2015
2 parents f8814ec + 2c3ba2f commit 97ad387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# 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 = 'hydranorth@ualberta.ca'
config.mailer_sender = 'erahelp@ualberta.ca'

# Configure the class responsible to send e-mails.
# config.mailer = 'Devise::Mailer'
Expand Down

0 comments on commit 97ad387

Please sign in to comment.