File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22 Concepts
33==========
44
5+ This guide assumes familiarity with the SMTP protocol.
6+
57There are two general ways you can run the SMTP server, via the
68:ref: `command line <cli >` or :ref: `programmatically <controller >`.
79
Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ Simple Mail Transfer Protocol (SMTP) and
99Local Mail Transfer Protocol (LMTP). It is derived from
1010`Python 3.5's smtpd.py <https://hg.python.org/cpython/file/3.5/Lib/smtpd.py >`__
1111standard library module, and provides both a command line interface and an API
12- for use in testing applications that send email.
12+ for use in testing applications that send email. Since the `smtpd module was
13+ removed in Python 3.12
14+ <https://docs.python.org/3.12/whatsnew/3.12.html#locale> `, following `PEP 594
15+ <https://peps.python.org/pep-0594/#smtpd> `, aiosmtpd is the recommended
16+ replacement.
1317
1418Inspiration for this library comes from several other packages:
1519
You can’t perform that action at this time.
0 commit comments