python SMTP server

Cliff Wells cliff at develix.com
Sat Jul 30 17:58:00 EDT 2005


On Sat, 2005-07-30 at 14:44 -0700, Fernando M. wrote:
> Hi,
> i made a test with smtplib module a few days ago, for sending mails,
> and i was wondering if there's another module for running an SMTP
> server, so i could make a standalone script for sending mails without
> using an external SMTP server.
> I've been searching but i'm not sure if there are modules for it, or
> anything.
> Which ones are my options?

You might take a look at:

http://www.divmod.org/projects/quotient

It does quite a bit more than just SMTP, but that is included.

However, you should note that if you are running the server at home,
chances are that most mail servers will reject mail from your system.
It's best to use the server your ISP provides.  You can have your local
SMTP server forward through your ISP's server, but this is, in most
cases, unneeded complexity.

Regards,
Cliff

-- 
cliff at develix.com
http://www.develix.com :: Web applications and hosting :: Linux, PostgreSQL and Python specialists ::





More information about the Python-list mailing list