blob: 3b3fe46626e04494c74a094b9fd47b3726ccaff4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Set default values for all following accounts.
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.msmtp.log
# Gmail
account gmail
host smtp.gmail.com
port 587
from tharre3@gmail.com
user tharre3@gmail.com
passwordeval "pass email/tharre3@gmail.com"
# Set a default account
account default : gmail
|