Skip to content

Commit

Permalink
Bad mailer name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnolan committed Dec 6, 2010
1 parent 9710eaf commit 410961d
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 @@ -13,7 +13,7 @@ def self.digest(password, stretches, salt, pepper)
Devise.setup do |config|
# ==> Mailer Configuration
# Configure the e-mail address which will be shown in DeviseMailer.
config.mailer_sender = "<Diaspora*x Mailer>mailer@#{Diaspora::Application.config.server_name}"
config.mailer_sender = "Diaspora*x Mailer<mailer@#{Diaspora::Application.config.server_name}>"

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

0 comments on commit 410961d

Please sign in to comment.