[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: post-commit hook

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 12 Dec 2016 09:05:24 +0000

João M. S. Silva wrote on Fri, Dec 09, 2016 at 02:47:26 +0000:
> This has worked for years.
>
> However, recently I get this error:
>
> smtplib.SMTPException: SMTP AUTH extension not supported by server
>
> Searching for a solution, it seems we have to run "starttls" before
> "ehlo", but I don't think I can change that, the way I'm running it.

Didn't you ask this on IRC not long ago?

Whether the SMTP AUTH extension is offered on a plain connection before
STARTTLS is not universal; that depends on the SMTP server.

I would advise you to review your provider's SMTP setup documentation.
If they have made a change, it should be reflected there. Once you've
determined what authentication your provider requires, we can see how to
configure mailer.py for it.

Cheers,

Daniel
Received on 2016-12-12 10:08:26 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.