smtp server

Andrew Bennetts andrew-pythonlist at puzzling.org
Wed Nov 19 07:31:44 EST 2003


On Wed, Nov 19, 2003 at 12:00:29PM +0100, Fernando Rodriguez wrote:
> Hi,
> 
> Is there any python smtp server available with source? 

There's a server called Quotient which does SMTP (among other things):
 
    http://www.divmod.org/Quotient/index.html

But as the README says:

    This release is aimed at developers and early adopters.  Feel free to
    give it a try, but don't use it as your primary email system - yet!

I haven't spent much time with it, but it looks interesting.  It's a bit
rough to get going, though -- the setup.py didn't quite install everything
it needed to, and the documentation is sparse.

Are you after a ready-made server, or an SMTP server library?  If the
latter, you might find Quotient and Twisted (the library Quotient is built
upon) to be a handy starting point.

-Andrew.






More information about the Python-list mailing list