Re: git send-email does not work with Google anymore?!

2017-11-17 Thread Lars Schneider
> On 23 Oct 2017, at 18:27, Dennis Kaarsemaker wrote: > > On Thu, 2017-10-05 at 12:52 +0200, Lars Schneider wrote: >> Hi, >> >> I used to use the Google SMTP server to send my patches to the list with >> the following config: > >> 8 --- > >> Apparently that stopped

Re: git send-email does not work with Google anymore?!

2017-10-23 Thread Dennis Kaarsemaker
On Thu, 2017-10-05 at 12:52 +0200, Lars Schneider wrote: > Hi, > > I used to use the Google SMTP server to send my patches to the list with > the following config: >8 --- > Apparently that stopped working today. I get this error: > > (mbox) Adding cc: Lars Schneider

Re: git send-email does not work with Google anymore?!

2017-10-06 Thread Ævar Arnfjörð Bjarmason
On Thu, Oct 05 2017, Lars Schneider jotted: > Hi, > > I used to use the Google SMTP server to send my patches to the list with > the following config: > > [sendemail] > smtpencryption = tls > smtpserver = smtp.gmail.com > smtpuser = larsxschnei...@gmail.com >

Re: git send-email does not work with Google anymore?!

2017-10-06 Thread Christian Couder
Hi, On Thu, Oct 5, 2017 at 12:52 PM, Lars Schneider wrote: > Of couse I tried to log in via web browser etc. Does anyone else use > Google as SMTP server? If yes, does it work for you? As I wrote at the top of:

Re: git send-email does not work with Google anymore?!

2017-10-06 Thread Kaartic Sivaraam
On Thu, 2017-10-05 at 12:52 +0200, Lars Schneider wrote: > Apparently that stopped working today. I get this error: > > (mbox) Adding cc: Lars Schneider from line > 'From: Lars Schneider ' > Password for

Re: git send-email does not work with Google anymore?!

2017-10-05 Thread Paolo Bonzini
On 05/10/2017 16:21, ankostis wrote: > > But this seems to have stopped working; I clicked the link in the page below > https://support.google.com/accounts/answer/6010255?hl=en > and for my account it tells me "less secure apps" access is unavailable :-( It says for me "This setting is not

Re: git send-email does not work with Google anymore?!

2017-10-05 Thread ankostis
On 5 October 2017 at 15:43, Paolo Bonzini wrote: > > On 05/10/2017 12:52, Lars Schneider wrote: > > Hi, > > > > I used to use the Google SMTP server to send my patches to the list with > > the following config: > > > > [sendemail] > > smtpencryption = tls > >

Re: git send-email does not work with Google anymore?!

2017-10-05 Thread Paolo Bonzini
On 05/10/2017 12:52, Lars Schneider wrote: > Hi, > > I used to use the Google SMTP server to send my patches to the list with > the following config: > > [sendemail] > smtpencryption = tls > smtpserver = smtp.gmail.com > smtpuser = larsxschnei...@gmail.com >

git send-email does not work with Google anymore?!

2017-10-05 Thread Lars Schneider
Hi, I used to use the Google SMTP server to send my patches to the list with the following config: [sendemail] smtpencryption = tls smtpserver = smtp.gmail.com smtpuser = larsxschnei...@gmail.com smtpserverport = 587 from = larsxschnei...@gmail.com