summaryrefslogtreecommitdiff
path: root/src/msmtprc.sample
blob: cd2c748063ed0aaaa6786fcf4de1877741d96186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
defaults
tls on
tls_certcheck off
#tls_trust_file /etc/ssl/certs/ca-certificates.crt
#logfile ~/tmp/debug.log

account myaccount
host smtp.example.org
from example@example.org
auth on
user myuser
password mypass

account default : myaccount