From e5c550b2e9af838c75393f2f19ba810fe0f07d58 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 18 Aug 2024 19:15:35 +0200 Subject: git: add configuration for send-email MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitconfig b/.gitconfig index acbcc07..aa0f038 100644 --- a/.gitconfig +++ b/.gitconfig @@ -62,3 +62,9 @@ [column] ui = auto + +[sendemail] + smtpEncryption = tls + smtpServer = smtp.gmail.com + smtpUser = mikisabate@gmail.com + smtpServerPort = 587 -- cgit v1.2.3