smtpd — Sample Mail Servers — PyMOTW 3
Originally posted
· 1 min read
The smtpd module includes classes for building simple mail transport protocol servers. It is the server-side of the protocol used by smtplib .
This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.