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.