Description
Build SMTP servers and mail-handling services in Python using asyncio. It is useful for testing mail flows, local development servers, custom mail processors, and controlled service integrations.
SMTP services can accept untrusted messages and expose network ports. Configure relay rules, size limits, TLS, and logging carefully before public use.