From 5c4a581dd4abb3be83c0ea4376fe68ec0d765d24 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Fri, 19 Jan 2024 15:46:43 +0100 Subject: git send-mail config --- home-dots/dot-gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home-dots/dot-gitconfig b/home-dots/dot-gitconfig index c080709..cacdd3e 100644 --- a/home-dots/dot-gitconfig +++ b/home-dots/dot-gitconfig @@ -23,5 +23,11 @@ [diff] algorithm = histogram +[sendemail] + smtpEncryption = tls + smtpServer = mail.oscarnajera.com + smtpUser = hi@oscarnajera.com + smtpServerPort = 587 + [includeIf "gitdir:~/bytegit/**"] path = ~/bytegit/.gitconfig -- cgit v1.2.3