python3-aiosmtplib

Python3 asynchronous SMTP client for use with asyncio
  https://aiosmtplib.readthedocs.io
  0
  no reviews



This is a SMTP client, but written to be based on asyncio for Python3. It is designed to work with standard EmailMessages (or MIMEMultipart, or any raw message), generated with the standard Python3 library and send these using the classic asyncio mechanics.

It supports TLS/SSL, STARTTLS and authentication.

This package contains the Python3 library.