config (617B)
1 # Set default values for all following accounts. 2 defaults 3 auth on 4 tls on 5 tls_trust_file /etc/ssl/certs/ca-certificates.crt 6 logfile ~/.cache/msmtp.log 7 8 account gmail 9 host smtp.gmail.com 10 port 587 11 from dwrz@dwrz.net 12 user dwrz@dwrz.net 13 passwordeval pass google/apps/main.dwrz.net 14 15 account gooduncle 16 host smtp.gmail.com 17 port 587 18 from davidwen.riccardizhu@gooduncle.com 19 user davidwen.riccardizhu@gooduncle.com 20 passwordeval pass gooduncle/gmail/app 21 22 # Set a default account 23 account default : gmail