SMTP delivery service for Medusa?

max@a... max@a...
Sat, 25 Aug 2001 19:14:49 -0000


--- In medusa@y..., Jim Fulton <jim@z...> wrote:

> Note that Python 2.1 includes an asyncore-based smtp server in the
> standard
> library.

Oh really? I didn't realize that. Interesting.

I'm looking at the library reference for 2.1.1. All that jumps out at
me is smtplib, which is the legacy SMTP client (and which I presume
still does not use asyncore). What's the one you're referring to?

Thanks.