Created
February 10, 2012 11:01
-
-
Save tknv/1788783 to your computer and use it in GitHub Desktop.
configure msmtp
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
# msmtprc config file | |
account default | |
host smtp.gmail.com | |
port 587 | |
protocol smtp | |
auth on | |
from [email protected] | |
user [email protected] | |
password foofoo | |
tls on | |
tls_nocertcheck |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment