diff options
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 9304359..ee3725c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -3,3 +3,8 @@ name = Aki [init] defaultBranch = master +[sendemail] + smtpencryption = tls + smtpserver = mail.ignore.pl + smtpuser = aki + smtpserverport = 587 |