Skip to content

Instantly share code, notes, and snippets.

@bmc
Created February 14, 2011 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmc/826333 to your computer and use it in GitHub Desktop.
Save bmc/826333 to your computer and use it in GitHub Desktop.
ActionMailer: Overrides
# 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