diff options
author | noa@gaiwan.org | 2024-04-13 01:32:12 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-04-13 01:32:12 +0000 |
commit | a6eb2c6be1cd5bbbbbda393f93e3ca476c3253c4 (patch) | |
tree | 9dee6818c2ce7dca3d510541d9c4a2f3cc687883 /msmtp | |
parent | 7cd319b7eafb0a60768222f062b324f720cccff9 (diff) |
add msmtp configuration
Diffstat (limited to 'msmtp')
-rw-r--r-- | msmtp/config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/msmtp/config b/msmtp/config new file mode 100644 index 0000000..f6d9dca --- /dev/null +++ b/msmtp/config @@ -0,0 +1,13 @@ +defaults +auth on +tls on + +account fastmail +host smtp.fastmail.com +port 465 +tls_starttls off +from noa@gaiwan.org +user noa@gaiwan.org +password !!REDACTED!! + +account default: fastmail |