From c12fdb90dbb53b680202dafd720ddbad31b46a8b Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 12 Oct 2023 12:39:31 -0400 Subject: [PATCH] Configure git email --- configs/git/.gitconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configs/git/.gitconfig b/configs/git/.gitconfig index ce86ee2..a2f753e 100644 --- a/configs/git/.gitconfig +++ b/configs/git/.gitconfig @@ -2,7 +2,7 @@ path = ~/.config/git/features/enable-signing.gitconfig [user] - email = ewpratten@gmail.com + email = evan@ewpratten.com name = Evan Pratten signingkey = ~/.ssh/id_ed25519_sk_rk_yk20572395 @@ -36,3 +36,8 @@ helper = helper = !/usr/bin/gh auth git-credential +[sendemail] + smtpserver = smtp.migadu.com + smtpuser = evan@ewpratten.com + smtpencryption = tls + smtpserverport = 587