diff options
Diffstat (limited to 'home-dots/dot-gitconfig')
-rw-r--r-- | home-dots/dot-gitconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home-dots/dot-gitconfig b/home-dots/dot-gitconfig index c080709..cacdd3e 100644 --- a/home-dots/dot-gitconfig +++ b/home-dots/dot-gitconfig @@ -23,5 +23,11 @@ [diff] algorithm = histogram +[sendemail] + smtpEncryption = tls + smtpServer = mail.oscarnajera.com + smtpUser = hi@oscarnajera.com + smtpServerPort = 587 + [includeIf "gitdir:~/bytegit/**"] path = ~/bytegit/.gitconfig |