Created
October 7, 2010 20:52
-
-
Save SikhNerd/615861 to your computer and use it in GitHub Desktop.
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
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