Last active
January 20, 2019 03:24
-
-
Save TechnologistAU/59833c6e0eb5b9187854ead89111d2aa to your computer and use it in GitHub Desktop.
msmtp configuration template file
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
defaults | |
tls on | |
tls_starttls on | |
tls_trust_file /etc/ssl/certs/ca-certificates.crt | |
account default | |
host smtp.email.com | |
port 587 | |
auth on | |
user [email protected] | |
password password | |
from [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment