This is nice if you want a pure python SMTP server Begin forwarded message:
> From: Barry Warsaw <[email protected]> > Subject: aiosmtpd 1.0a1 - asyncio-based implementations of SMTP/LMTP > Date: October 20, 2015 at 8:51:29 AM CDT > To: <[email protected]> > Reply-To: [email protected] > > I'm very happy to announce the first alpha release of aiosmtpd, an > asyncio-based implementation of SMTP and LMTP. > > http://aiosmtpd.readthedocs.org/en/latest/ > https://pypi.python.org/pypi/aiosmtpd/1.0a1 > > This library can be used as a standalone server, or as a testing framework for > applications that send email. It's inspired by several previous packages > including the stdlib smtpd.py, lazr.smtptest, Benjamin Bader's aiosmtp, and > submodules in GNU Mailman. > > This is an alpha release, so it can obviously use lots of feedback, and > contributions are very much welcome. We're developing the library on GitLab; > see the RTD link above for details. > > Brought to you by the aiosmtpd hacking cabal of Andrew Kuchling, Eric Smith, > Jason Coombs, R. David Murray and myself. > > Our aim is to include aiosmtpd in the Python 3.6 stdlib as a better > alternative to smtpd.py. > > Cheers, > -Barry > -- > https://mail.python.org/mailman/listinfo/python-announce-list > > Support the Python Software Foundation: > http://www.python.org/psf/donations/ -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

