/aiosmtp

SMTP server for asyncio

Primary LanguagePython

SMTP Server for asyncio

Requirements

  • Python >= 3.5

License

aiosmtp is offered under the Apache 2.0 license.

Getting started

TBD

Building

make env
. venv/bin/activate

Developing

make dev
make test