blob: bfe09fa8220de44645e3a255d88b76e716d8ded1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
account <user>@<host>
user <user>@<host>
from <user>@<host>
host mail.<host>
port 587
auth on
passwordeval "pass mail"
tls on
tls_starttls on
tls_certcheck on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.config/msmtp/msmtp.log
|