Hi!

On behalf of all the developers, I'm very happy to announce the release of
aiosmtpd 1.0 final.

aiosmtpd is a re-implementation of the stdlib smtpd.py module on top of the
asyncio framework.  It is compliant with the relevant RFCs (5321, 2033, etc.)
and supports both SMTP (Simple Mail Transport Protocol) and LMTP (Local Mail
Transport Protocol) out of the box.  It provides for running the server both
from Python and the command line, and it is extensible both by subclassing and
by implementing your own "event handlers".

aiosmtpd is compatible with Python 3.4 (though we will probably drop that soon
so we can use the new async/await keywords) through 3.6.

Project home: https://github.com/aio-libs/aiosmtpd
Report bugs at: https://github.com/aio-libs/aiosmtpd/issues
Git clone: https://github.com/aio-libs/aiosmtpd.git
Documentation: http://aiosmtpd.readthedocs.io/
StackOverflow: https://stackoverflow.com/questions/tagged/aiosmtpd

Enjoy, and I hope to see you at my aiosmtpd talk at Pycon 2017, 2:30pm on
Sunday May 21st.

https://us.pycon.org/2017/schedule/presentation/147/

Cheers,
-Barry

Attachment: pgpSJ7uRtCAMy.pgp
Description: OpenPGP digital signature

-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to