On 3/12/21 12:05 PM, Laurent Vivier wrote: > Le 12/03/2021 à 11:15, Philippe Mathieu-Daudé a écrit : >> On 3/10/21 10:52 PM, Laurent Vivier wrote: >>> Peter, >>> >>> my "git publish" has failed at patch 20 with: >>> >>> Requested action aborted >>> Mails per session limit exceeded. >>> >>> I think my email provider has added new limits :( >> >> With GMail I could pass from the 20/session limit >> to the 1000/day limit adding to ~/.gitconfig: >> >> [sendemail] >> smtpServer = smtp.gmail.com >> smtpBatchSize = 1 >> smtpReloginDelay = 3 >> > > Thank you, > > I've set smtpBatchSize to 19. We will see what will happen next time...
I started using 20, then 3 and finally 1. Not sure why now, but I remember I had to do this for some reason and it worked better using "batch" of 1 patch. Also initially I was using smtpReloginDelay=1 but had to increase it up to 3sec. Anyway this is specific to GMail.