File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1313
1414This module offers several classes to implement SMTP (email) servers.
1515
16+ .. seealso ::
17+
18+ The `aiosmtpd <http://aiosmtpd.readthedocs.io/ >`_ package is a recommended
19+ replacement for this module. It is based on :mod: `asyncio ` and provides a
20+ more straightforward API. :mod: `smtpd ` should be considered deprecated.
21+
1622Several server implementations are present; one is a generic
1723do-nothing implementation, which can be overridden, while the other two offer
1824specific mail-sending strategies.
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ Release date: XXXX-XX-XX
1010Core and Builtins
1111-----------------
1212
13+ Documentation
14+ -------------
15+
16+ - bpo-25008: Document smtpd.py as effectively deprecated and add a pointer to
17+ aiosmtpd, a third-party asyncio-based replacement.
18+
1319Library
1420-------
1521
You can’t perform that action at this time.
0 commit comments