Skip to content

Instantly share code, notes, and snippets.

@TechnologistAU
Last active January 20, 2019 03:24
Show Gist options
  • Save TechnologistAU/59833c6e0eb5b9187854ead89111d2aa to your computer and use it in GitHub Desktop.
Save TechnologistAU/59833c6e0eb5b9187854ead89111d2aa to your computer and use it in GitHub Desktop.
msmtp configuration template file
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 user@email.com
password password
from sender@email.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment