Description
Redistributes the removed standard-library smtpd module for legacy Python code that implements simple SMTP server behavior. It helps old test fixtures or mail-handling tools keep working while they migrate to maintained alternatives.
This is a compatibility library, not a modern mail server framework. SMTP services need careful handling of authentication, relay rules, spam abuse, logging, and TLS before any real deployment.