Skip to content

Instantly share code, notes, and snippets.

@tonyarnold
Created June 3, 2009 00:16
Show Gist options
  • Save tonyarnold/122701 to your computer and use it in GitHub Desktop.
Save tonyarnold/122701 to your computer and use it in GitHub Desktop.
# Outgoing email settings
production:
delivery_method: :smtp
smtp_settings:
address: smtp.gmail.com
port: 587
domain: thecocoabots.com
authentication: :plain
user_name: [email protected]
password: mypassword
tls: true
development:
delivery_method: :smtp
smtp_settings:
address: 127.0.0.1
port: 25
domain: somenet.foo
authentication: :login
user_name: [email protected]
password: redmine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment