# Set default values for all following accounts. defaults tls on tls_trust_file /etc/ssl/certs/ca-certificates.crt logfile ~/logs/msmtp.log # GMAIL account gmail host smtp.gmail.com port 587 from greg.grossmeier@gmail.com auth on user greg.grossmeier password yep # GROSSMEIER account grossmeier host localhost # to use the ssh tunnel port 10025 # port for tunnel from greg@grossmeier.net auth off tls off user greg password yep # Set a default account account default : gmail