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]