summaryrefslogtreecommitdiffstats
path: root/.msmtprc
blob: 32b7b73fb015df0b2d9f89a8f76c3d901855e6f6 (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 "req_pwd.sh email/tharre3@gmail.com"

# Set a default account
account default : gmail