.. 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
   oauth
   timeouts
   proxies
   trio
   reference
   bug-reporting


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

.. toctree::
   :maxdepth: 2

   changelog
