Skip to content

Commit

Permalink
Slight doc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
waynew authored and webknjaz committed Feb 26, 2024
1 parent 98bd088 commit 5525685
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions aiosmtpd/docs/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Concepts
==========

This guide assumes familiarity with the SMTP protocol.

There are two general ways you can run the SMTP server, via the
:ref:`command line <cli>` or :ref:`programmatically <controller>`.

Expand Down
6 changes: 5 additions & 1 deletion aiosmtpd/docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Simple Mail Transfer Protocol (SMTP) and
Local Mail Transfer Protocol (LMTP). It is derived from
`Python 3.5's smtpd.py <https://hg.python.org/cpython/file/3.5/Lib/smtpd.py>`__
standard library module, and provides both a command line interface and an API
for use in testing applications that send email.
for use in testing applications that send email. Since the `smtpd module was
removed in Python 3.12
<https://docs.python.org/3.12/whatsnew/3.12.html#locale>`, following `PEP 594
<https://peps.python.org/pep-0594/#smtpd>`, aiosmtpd is the recommended
replacement.

Inspiration for this library comes from several other packages:

Expand Down

0 comments on commit 5525685

Please sign in to comment.