Skip to content

Instantly share code, notes, and snippets.

@luissquall
Created January 28, 2016 23:19
Show Gist options
  • Save luissquall/bab79bba9036bfa95e51 to your computer and use it in GitHub Desktop.
Save luissquall/bab79bba9036bfa95e51 to your computer and use it in GitHub Desktop.
msmtp user configuration file
# Set default values for all following accounts.
defaults
# Always use TLS.
tls on
# Set a list of trusted CAs for TLS. You can use a system-wide default file,
# as in this example, or download the root certificate of your CA and use that.
tls_trust_file ~/etc/ssl/certs/cacert.pem
# noreply@wearemonkeys.com account
account noreply@wearemonkeys.com
host smtp.mandrillapp.com
port 587
# Envelope-from address
from noreply@wearemonkeys.com
# Authentication.
auth on
#auth login
user noreply@wearemonkeys.com
#password 1234
# Set a default account
account default : noreply@wearemonkeys.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment