PyMOTW: smtpd
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.
The smtpd module includes classes for building simple mail transport protocol servers. It is the server-side of the protocol used by smtplib.