Re: gmail smtp server and git-send-mail. Is this combination working?
From: Baz <hidden>
Date: 2016-06-15 22:44:04
On Jan 11, 2008 4:36 PM, Douglas Stockwell [off-list ref] wrote:
Baz wrote:quoted
On Jan 10, 2008 10:49 PM, Paolo Ciarrocchi [off-list ref] wrote: With Authen::SASL and Net::SMTP::SSL, you can get 1 patch at a time in via gmail. The alternative connection mode which git-send-email doesn't support yet is to connect over smtp then negotiate TLS using 'STARTTLS'. If you do this then you can send multiple patches via gmail with a single call to git-send-email.I just tested this. I *was* able to send multiple patches in a single call?
I'm not going to question the bearer of good news :). The error simon was getting with this was:
Well, it seems that this only works when sending only 1 patch, when sending multiple patches the second one fails with this error:quoted
5.7.0 No identity changes permitted. c14sm2136541nfi
(this was off-list at the tail end of the thread). IIRC I confirmed that this happened to me but I've used msmtp ever since. Maybe something's changed at the google end in the meantime. And looking back at Paolo's problem I see its not going to be the Authen::SASL problem, its too early in the code; its possible that he's still trying to connect to port 587 (requires smtp/starttls) not the default ssl port.
Doug
Cheers, Baz
- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html