|
From: Olivier W <oli...@gm...> - 2017-02-13 18:47:09
|
Hey :-) 2017-02-13 18:50 GMT+01:00 Gert Doering <ge...@gr...>: > That's a not exactly helpful error message... :( - I tend to just turn > off SSL on stuff that goes to public mailing lists anyway if it causes > issues... Thanks. I also tried without SSL, but then I had messages about git not understanding "AUTH" :-/ Finally, for gmail, it's working with: smtpEncryption = ssl smtpServerPort = 465 instead of tls/587 > I've created my share of weird git e-mails in the past :-) - so what I've > started to do is "send the mail to myself" (if possible, on a different > account) and then verify if the result is what I want to see... Yes, I guess many people struggle with the email configuration :-) I had tried to first send to my personal email address and it went well, but I'm not sure how it worked since I didn't have anything related to SMTP configuration in ".gitconfig". Finally, I think it's now OK :-) Best Regards, Olivier |