Created
February 14, 2011 18:48
-
-
Save bmc/826333 to your computer and use it in GitHub Desktop.
ActionMailer: Overrides
This file contains hidden or 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
# Override the SMTP settings, for local testing. | |
$smtp_address = 'mail.inside.ardentex.com' | |
$smtp_domain = 'inside.ardentex.com' | |
$smtp_auth_type = nil | |
$smtp_user = nil | |
$smtp_password = nil | |
$smtp_port = 25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment