Fix sender email

There is no domain confereces.opensuse.org and some mail server might reject such email.
This commit is contained in:
Michal Čihař 2013-02-07 10:58:56 +01:00
parent 3891d728e8
commit d44a7031a6

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"