14 Feb
2011
14 Feb
'11
10:08 p.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.