Add git-send.email.io configs

Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
revi 2019-08-18 22:23:42 +02:00
parent 4974ae349a
commit f837a5ee4d
Signed by: revi
GPG key ID: AACAFCE3D8948D4E

View file

@ -12,3 +12,8 @@
tool = default-difftool tool = default-difftool
[difftool "default-difftool"] [difftool "default-difftool"]
cmd = code --wait --diff $LOCAL $REMOTE cmd = code --wait --diff $LOCAL $REMOTE
[sendemail]
smtpserver = smtp.pobox.com
smtpuser = revi@pobox.com
smtpencryption = tls
smtpserverport = 587