Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 352 Bytes

README.rst

File metadata and controls

32 lines (21 loc) · 352 Bytes

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