Error when using git send-email sending mail: Unable to initialize SMTP properly how to deal with?

A: Configuration of ~ .gitconfig smtpserver /

   Need to add the following to ~ / .gitconfig of:

  [Sendemail]

    smtpserver = <stmp_server_name>

Guess you like

Origin www.cnblogs.com/dakewei/p/11008848.html