Skip to content

Instantly share code, notes, and snippets.

@cktricky
Created October 3, 2014 19:03
Show Gist options
  • Save cktricky/9cbaf353e6fed8a95cc9 to your computer and use it in GitHub Desktop.
Save cktricky/9cbaf353e6fed8a95cc9 to your computer and use it in GitHub Desktop.
Devise Configuration File - Mailer
# THIS FILE IS FOUND WITHIN config/initializers/devise.rb
# ==> 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 = '[email protected]'
# Configure the class responsible to send e-mails.
config.mailer = 'MyMailer'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment