On Sun, Aug 13, 2017 at 5:38 PM, Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx> wrote: > > EXAMPLE > Use gmail as the smtp server > To use git send-email to send your patches through the GMail SMTP > server, edit ~/.gitconfig to specify your account settings: > > [sendemail] > smtpEncryption = tls > smtpServer = smtp.gmail.com > smtpUser = yourname@xxxxxxxxx > smtpServerPort = 587 > > If you have multifactor authentication setup on your gmail account, you > will need to generate an app-specific password for use with git > send-email. Visit > https://security.google.com/settings/security/apppasswords to setup an > app-specific password. Once setup, you can store it with the > credentials helper: > > $ git credential fill > protocol=smtp > host=smtp.gmail.com > username=youname@xxxxxxxxx > password=app-password > > Once your commits are ready to be sent to the mailing list, run the > following commands: Thank you. That is what I just try in the other email. Some how gmail want to go through some step that I am not comfortable doing. That is why I wish git send-email has gmail oauth2 support. I search the internet, some people get it to work using the smtp server but some did not. I will find a way to do it. Thanks again. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html