SMTP Authentication

Gerhard Häring gerhard.haering at gmx.de
Wed Aug 14 08:53:35 EDT 2002


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