From a6eb2c6be1cd5bbbbbda393f93e3ca476c3253c4 Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Sat, 13 Apr 2024 01:32:12 +0000 Subject: add msmtp configuration --- msmtp/config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 msmtp/config (limited to 'msmtp/config') 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 -- cgit 1.4.1-2-gfad0