diff options
-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 |