Skip to content

Instantly share code, notes, and snippets.

@teeparham
Created February 11, 2011 21:53
Show Gist options
  • Save teeparham/823113 to your computer and use it in GitHub Desktop.
Save teeparham/823113 to your computer and use it in GitHub Desktop.
Devise initializer - set display from
Devise.setup do |config|
# ==> Mailer Configuration
# Configure the e-mail address which will be shown in DeviseMailer.
config.mailer_sender = '"John Smith" <john@example.com>'
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment