/async_sender

Simple interface to set up SMTP and send asynchronously email messages. Inspired by Sender.

Primary LanguagePythonMIT LicenseMIT

image

image

PyPI

AsyncSender provides a simple interface to set up a SMTP connection and send email messages asynchronously.

Installation

Install with the following command

Quickstart

AsyncSender is really easy to use. Emails are managed through a Mail instance

Message

To send one message, we need to create a Message instance