aiosmtpd

Python3 asyncio based SMTP server

Install

All systems
curl cmd.cat/aiosmtpd.sh
Debian Debian
apt-get install python3-aiosmtpd
Ubuntu
apt-get install python3-aiosmtpd
image/svg+xml Kali Linux
apt-get install python3-aiosmtpd
Fedora
dnf install python3-aiosmtpd
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-aiosmtpd

python3-aiosmtpd

Python3 asyncio based SMTP server

This is a server for SMTP and related protocols, similar in utility to the standard library’s smtpd.py module, but rewritten to be based on asyncio for Python 3.