A reimplementation of the Python stdlib smtpd.py based on asyncio.
A pytest fixture that creates an SMTP server.
Blackhole is an MTA written on top of asyncio, utilising async and await statements that dumps all mail it receives to /dev/null.
A Python Mail Server