SMTP Authentication

Harald Schneider h_schneider at marketmix.com
Wed Aug 14 10:39:16 EDT 2002


Thanks! -- Is there also a version for Python 2.1 available?
I'd like to extend some older projects without upgrading to 2.2 ...

Bye,
Harald


"Gerhard Häring" <gerhard.haering at gmx.de> schrieb im Newsbeitrag
news:slrnalkkee.jg.gerhard.haering at haering.opus-gmbh.net...
> In article <ajdh5k$svu$05$1 at news.t-online.com>, Harald Schneider wrote:
> > Hi,
> >
> > is there a module, that supports SMTP Authentication?
>
> smtplib
>
> > As far as I see, smtplib does only support the standard smtp login, not
SMTP
> > AUTH:
>
> SMTP AUTH _is_ the standard smtp login and is what the login method of the
SMTP
> objects use. There are some problems in Python 2.2.x, which are addressed
by a
> patch of mine that you were already referred to. You can get a Python 2.2
> backport of this patch at http://www.cs.fhm.edu/~ifw00065/VitaminP
>
> Gerhard
> --
> Gerhard Häring
> OPUS GmbH München
> Tel.: +49 89 - 889 49 7 - 32
> http://www.opus-gmbh.net/





More information about the Python-list mailing list