[Zope] authenticated MailHost?

Lennart Regebro lennart@regebro.nu
Mon, 18 Feb 2002 08:58:04 +0100


From: "marc lindahl" <marc@bowery.com>

> Is there a MailHost that can authenticate (username/password)?  I just
> switched to an smtpd that requires authentication (courier)

Possibly, but I haven't heard of one. I don't think the smtplib.py supports
authentication in Python 1.5.2. Does anybody know if this has changed in
Python 2?

In any case, if you know Python it should be easy to add both to the smtplib
and MailHost.