From b4cbbad91c51da32ec247c9dfc3eaa6d01f8741c Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Mon, 16 Jan 2023 21:15:59 -0800 Subject: Configure git to send email --- .gitconfig | 7 ++++++- .gitconfig-personal | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 1c9b378..701d3c3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -115,7 +115,12 @@ # gpgsign = true [http] - cookiefile = /Users/mcrute/.gitcookies + cookiefile = /home/mcrute/.gitcookies + +[sendemail] + smtpencryption = tls + smtpserver = mail.messagingengine.com + smtpserverport = 587 # Force the system-wide credential helper to nothing, otherwise on Mac OS the # Apple provided one that uses keychain overrides the repository-local ones. diff --git a/.gitconfig-personal b/.gitconfig-personal index 4855335..26fe7af 100644 --- a/.gitconfig-personal +++ b/.gitconfig-personal @@ -5,3 +5,9 @@ [git-pair] email = mcrute@gmail.com + +[sendemail] + smtpuser = mike@crute.us + +[include] + path = ~/.git-secrets -- cgit v1.2.3