From 599887f8dc26036e3d196c874c5a4dbe71975d28 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 22 Aug 2023 20:02:33 +0100 Subject: Initial commit --- .msmtprc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .msmtprc (limited to '.msmtprc') diff --git a/.msmtprc b/.msmtprc new file mode 100644 index 0000000..088b113 --- /dev/null +++ b/.msmtprc @@ -0,0 +1,20 @@ +defaults +tls on + +account gmail +auth on +host smtp.gmail.com +port 587 +user justinesmithies@gmail.com +from justinesmithies@gmail.com +passwordeval "pass Email/justinesmithies@gmail.com/app-password" + +account fastmail +auth on +host smtp.fastmail.com +port 587 +user justine@smithies.me.uk +from justine@smithies.me.uk +passwordeval "pass Email/Smithies/app-password" + +account default: fastmail -- cgit v1.2.3