January 2019
Beginner to intermediate
776 pages
19h 58m
English
In this recipe, we will learn how to build an SMTP server and a client, as a simple mail server and a client. We will use Python's smtpd library for this recipe. You may read more about smtpd at https://docs.python.org/3/library/smtpd.html.
Read now
Unlock full access