From b4fb2a19abb556bae5def910eaeed05e4dd1e109 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 16 Feb 2024 02:05:51 +0100 Subject: Added sendemail git config Also a helper script for synchronizing the dots --- .config/git/config | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config') diff --git a/.config/git/config b/.config/git/config index 9304359..ee3725c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -3,3 +3,8 @@ name = Aki [init] defaultBranch = master +[sendemail] + smtpencryption = tls + smtpserver = mail.ignore.pl + smtpuser = aki + smtpserverport = 587 -- cgit v1.1