.. 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
   requirements
   usage
   client
   encryption
   timeouts
   reference
   bug-reporting
   trio


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

.. toctree::
   :maxdepth: 2

   changelog
