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
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
[sendemail]
|
[sendemail]
|
||||||
|
from = 'Yongmin Hong <revi@omglol.email>'
|
||||||
smtpserver = smtp.fastmail.com
|
smtpserver = smtp.fastmail.com
|
||||||
smtpuser = revi@omglol.email
|
smtpuser = revi@omglol.email
|
||||||
smtpencryption = tls
|
smtpencryption = ssl
|
||||||
smtpserverport = 587
|
smtpserverport = 465
|
||||||
|
smtpAuth = 'PLAIN'
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
[tag]
|
[tag]
|
||||||
|
|
Loading…
Reference in a new issue