From 1d8c8942a0eb97704886cd4614f558b2e5fcfa51 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 24 Dec 2021 22:23:44 +0100 Subject: Update email configuration --- msmtp/config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'msmtp/config') diff --git a/msmtp/config b/msmtp/config index ff5ca51..2d68db9 100644 --- a/msmtp/config +++ b/msmtp/config @@ -10,6 +10,13 @@ from yann@yannherklotz.com user ymherklotz@mailbox.org passwordeval "pass show mailbox/ymherklotz@mailbox.org" +account git +host smtp.mailbox.org +port 587 +from git@ymhg.org +user ymherklotz@mailbox.org +passwordeval "pass show mailbox/ymherklotz@mailbox.org" + account imperial host smtp.office365.com port 587 -- cgit