mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
parent
f2beceb7e5
commit
0a1b656d8c
2 changed files with 10 additions and 1 deletions
|
@ -13,6 +13,12 @@
|
||||||
|
|
||||||
This module offers several classes to implement SMTP (email) servers.
|
This module offers several classes to implement SMTP (email) servers.
|
||||||
|
|
||||||
|
.. seealso::
|
||||||
|
|
||||||
|
The `aiosmtpd <http://aiosmtpd.readthedocs.io/>`_ package is a recommended
|
||||||
|
replacement for this module. It is based on :mod:`asyncio` and provides a
|
||||||
|
more straightforward API. :mod:`smtpd` should be considered deprecated.
|
||||||
|
|
||||||
Several server implementations are present; one is a generic
|
Several server implementations are present; one is a generic
|
||||||
do-nothing implementation, which can be overridden, while the other two offer
|
do-nothing implementation, which can be overridden, while the other two offer
|
||||||
specific mail-sending strategies.
|
specific mail-sending strategies.
|
||||||
|
|
|
@ -217,6 +217,9 @@ C API
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
- bpo-25008: Document smtpd.py as effectively deprecated and add a pointer to
|
||||||
|
aiosmtpd, a third-party asyncio-based replacement.
|
||||||
|
|
||||||
- Issue #26355: Add canonical header link on each page to corresponding major
|
- Issue #26355: Add canonical header link on each page to corresponding major
|
||||||
version of the documentation. Patch by Matthias Bussonnier.
|
version of the documentation. Patch by Matthias Bussonnier.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue