Created
June 23, 2015 20:52
-
-
Save ku1ik/476a4e9fb54798369db1 to your computer and use it in GitHub Desktop.
asciinema site config file
This file contains 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
smtp_settings: | |
:address: "smtp.gmail.com" | |
:port: 587 | |
:enable_starttls_auto: true | |
:user_name: "[email protected]" | |
:password: "8s7df7syfysu" | |
:authentication: :plain | |
:domain: "gmail.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment