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 <revi@omglol.email>

Test Plan: try `git send-email`?

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D102
This commit is contained in:
revi 2024-05-19 15:07:06 +09:00
parent 221d389edf
commit 92dc476d6f
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94

View file

@ -23,10 +23,12 @@
process = git-lfs filter-process
required = true
[sendemail]
from = 'Yongmin Hong <revi@omglol.email>'
smtpserver = smtp.fastmail.com
smtpuser = revi@omglol.email
smtpencryption = tls
smtpserverport = 587
smtpencryption = ssl
smtpserverport = 465
smtpAuth = 'PLAIN'
[init]
defaultBranch = master
[tag]