Skip to content

Instantly share code, notes, and snippets.

@SikhNerd
Created October 7, 2010 20:52
Show Gist options
  • Save SikhNerd/615861 to your computer and use it in GitHub Desktop.
Save SikhNerd/615861 to your computer and use it in GitHub Desktop.
production:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
tls: true
address: smtp.gmail.com
port: 587
domain: smtp.gmail.com
authentication: :plain
user_name: [email protected]
password: mygmailpassworf
development:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
tls: true
address: smtp.gmail.com
port: 587
domain: smtp.gmail.com
authentication: :plain
user_name: [email protected]
password: mygmailpassworf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment