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:
parent
221d389edf
commit
92dc476d6f
1 changed files with 4 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue