blob: 312b5638a4840bf84ced6e023119b625ab9a1fd8 [file] [log] [blame]
Example config for send-email with Gmail. You can put this in
akaros-repo/.git/config.
If you use the same email account for multiple projects, you can put all of the
settings except the 'to' in your global ~/.gitconfig file.
[sendemail]
smtpEncryption = tls
smtpServer = smtp.gmail.com
smtpUser = YOUR_ADDRESS@gmail.com
smtpServerPort = 587
smtpPass = YOUR_PASSWORD
suppresscc = self
annotate = true
confirm = always
to = akaros@googlegroups.com