Skip to content

Instantly share code, notes, and snippets.

@tknv
Created February 10, 2012 11:01
Show Gist options
  • Save tknv/1788783 to your computer and use it in GitHub Desktop.
Save tknv/1788783 to your computer and use it in GitHub Desktop.
configure msmtp
# 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