diff options
| -rw-r--r-- | msmtp/.msmtprc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc new file mode 100644 index 0000000..39aa1ff --- /dev/null +++ b/msmtp/.msmtprc @@ -0,0 +1,13 @@ +defaults +auth on +tls on +tls_trust_file /etc/ssl/certs/ca-certificates.crt + +account gmail +host smtp.gmail.com +port 587 +from thibaut.horel@gmail.com +user thibaut.horel@gmail.com +passwordeval pass email/gmail | head -n1 + +account default : gmail |
