API Reference#

The send Coroutine#

Use the aiosmtplib.send() coroutine in most cases when you want to send a message.

The SMTP Class#

The lower level aiosmtplib.SMTP class gives you more control over the SMTP connection.

Server Responses#

Status Codes#

Exceptions#