Use msmtp as SMTP client.
[Dotty.git] / msmtp / .config / msmtp / config
1 port 587
2 tls on
3 tls_trust_file /etc/ssl/certs/ca-certificates.crt
5 account biz
6 host smtp.gmail.com
7 from frederik@vanrenterghem.biz
8 tls on
9 tls_starttls on
10 tls_certcheck off
11 auth plain
12 user frederik@vanrenterghem.biz
13 passwordeval gpg --no-tty -q -d ~/Documents/paswoorden/frederik@vanrenterghem.biz.asc
15 account io
16 host mail.vanrenterghem.io
17 tls on
18 tls_starttls on
19 tls_certcheck off
20 auth plain
21 user frederik@vanrenterghem.io
22 passwordeval gpg --no-tty -q -d ~/Documents/paswoorden/frederik@vanrenterghem.io.asc