aiosmtpd is a server implementation of SMTP and LMTP based on asyncio.
It is a modern replacement for the deprecated smtpd module from the
Python standard library.

The package provides a flexible and extensible SMTP server that can be
used for testing, development, or as a basis for building mail-handling
applications.
