diff options
author | Ben Sima <ben@bsima.me> | 2018-07-06 17:03:46 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-07-06 17:03:46 -0700 |
commit | 0bb256c4c6f295ab5df2f3bd18ec5fe054ad62c5 (patch) | |
tree | a91869ae7a7450265391acc396532a856adfce82 /msmtprc | |
parent | d7a8920d0b82a699414ecc7bd5640cf3e8eb9aeb (diff) |
Add offline mail sending
Diffstat (limited to 'msmtprc')
-rw-r--r-- | msmtprc | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +account bnet +port 587 +tls on + +# Get the fingerprint with +# $ msmtp --serverinfo --tls --tls-certcheck=off --host=smtp.freemail.example +tls_fingerprint CD:16:9B:3E:AA:B0:E3:E9:A9:21:F4:5D:F3:D8:C8:2B:B0:F8:65:DE + +host mail.bsima.me +from ben@bsima.me +auth on +user ben@bsima.me +passwordeval pass bnet/helium/mail/ben + +account default : bnet |