From 92dc476d6f33bbec72b111b7846088eeaa338e0f Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Sun, 19 May 2024 15:07:06 +0900 Subject: [PATCH] gitconfig: update smtp config Summary: Per [fastmail.help](https://www.fastmail.help/hc/en-us/articles/1500000278342-Server-names-and-ports) Signed-off-by: Yongmin Hong Test Plan: try `git send-email`? Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D102 --- default.gitconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/default.gitconfig b/default.gitconfig index 6d6fc8d..e789844 100644 --- a/default.gitconfig +++ b/default.gitconfig @@ -23,10 +23,12 @@ process = git-lfs filter-process required = true [sendemail] + from = 'Yongmin Hong ' smtpserver = smtp.fastmail.com smtpuser = revi@omglol.email - smtpencryption = tls - smtpserverport = 587 + smtpencryption = ssl + smtpserverport = 465 + smtpAuth = 'PLAIN' [init] defaultBranch = master [tag]