
15 Feb
2011
15 Feb
'11
8:08 a.m.
Hi all: I've solved it, add those line in gitconfig: [sendemail] smtpencryption = tls smtpserver = smtp.gmail.com smtpuser = yourname@gmail.com smtpserverport = 587 Thus git use gmail smtp to send the patches.