Created
October 3, 2014 19:03
-
-
Save cktricky/9cbaf353e6fed8a95cc9 to your computer and use it in GitHub Desktop.
Devise Configuration File - Mailer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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