mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
git/config: add sendemail configuration for gmail
This commit is contained in:
parent
c8d89667f3
commit
a6db5e8074
@ -20,3 +20,10 @@
|
||||
rebase = true
|
||||
[core]
|
||||
autocrlf = input
|
||||
[sendemail]
|
||||
from = Joe Groocock <frebib@gmail.com>
|
||||
smtpserver = smtp.gmail.com
|
||||
smtpuser = frebib@gmail.com
|
||||
smtpencryption = tls
|
||||
smtpserverport = 587
|
||||
suppresscc = self
|
||||
|
Loading…
Reference in New Issue
Block a user