diff options
Diffstat (limited to 'msmtprc')
-rw-r--r-- | msmtprc | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +account default +host skozl.com +port 587 +protocol smtp +auth on +from v@skozl.com +user v@skozl.com +tls on +tls_trust_file /etc/ssl/certs/ca-certificates.crt + + account bitmessage host mail.bitmessage.ch port 465 @@ -9,7 +20,7 @@ tls on tls_starttls off tls_nocertcheck -account default +account gmail host smtp.gmail.com port 587 protocol smtp |