From 2725108c7fd7ccb4a72c0abcc4e084b3f160da24 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Sun, 8 Jun 2025 16:39:45 +0530 Subject: git: use personal domain email for sending patches Signed-off-by: Brahmajit Das --- .config/git/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index 702ce88..ded9f84 100644 --- a/.config/git/config +++ b/.config/git/config @@ -21,10 +21,10 @@ name = Brahmajit Das signingkey = listout@listout.xyz [sendemail] - smtpserver = smtp.googlemail.com + smtpserver = smtp.mailbox.org smtpencryption = tls smtpserverport = 587 - smtpuser = brahmajit.xyz@gmail.com + smtpuser = listout@mailbox.org suppresscc = self [alias] # list files which have changed since REVIEW_BASE -- cgit v1.2.3