File: index.rst

package info (click to toggle)
aiosmtplib 4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 572 kB
  • sloc: python: 5,516; makefile: 20; sh: 6
file content (33 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.. module:: aiosmtplib

aiosmtplib
==========

aiosmtplib is an asynchronous SMTP client for use with :py:mod:`asyncio`.
It is an async version of the :py:mod:`smtplib` module, with similar APIs.


Table of Contents
-----------------

.. toctree::
   :maxdepth: 2

   quickstart
   usage
   client
   encryption
   timeouts
   proxies
   trio
   reference
   bug-reporting


Release History
---------------

.. toctree::
   :maxdepth: 2

   changelog