On Donnerstag, 28. Juli 2016 18:05:59 CEST Jonathan Haws wrote:
I've never used send-email. I'll do some digging, learn it, and resubmit.
I would recommend to use msmtp to communicate with your remote SMTP server. More informations can be found [1] when searching for
"git send-email" "sendemail.smtpserver" "msmtp"
Btw. you can remove your password from the smtp config (but keep the "password" line without the "my-secret" part) and msmtp will then ask for each mail for your password.
The interface of "git send-email" is quite easy. Just specify the name of the patch files as argument of "git send-email" and then it will handle the sending + threading for you.
Kind regards, Sven
[1] https://git.wiki.kernel.org/index.php/GitTips#Using_msmtp_to_send_your_patch...
b.a.t.m.a.n@lists.open-mesh.org