Merge pull request #1 from nijel/patch-1

Fix sender email
This commit is contained in:
Matt Barringer 2013-02-07 02:15:30 -08:00
commit 49c69f8d20

View file

@ -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 = "no-reply@conferences.opensuse.org"
config.mailer_sender = "no-reply@conference.opensuse.org"
# Configure the class responsible to send e-mails.
# config.mailer = "Devise::Mailer"