From 1e87e64a4385392abc730abd2bead17e7146c9e7 Mon Sep 17 00:00:00 2001 From: Cole Maclean Date: Tue, 29 Nov 2022 21:41:03 -0800 Subject: [PATCH] Add aiosmtplib to Misc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf834e6..02cbc7f 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Find some of those *awesome* packages here and if you are missing one we count o * [aiorun](https://github.com/cjrh/aiorun) - A `run()` function that handles all the usual boilerplate for startup and graceful shutdown. * [aiosc](https://github.com/artfwo/aiosc) - Lightweight Open Sound Control implementation. * [aioserial](https://github.com/changyuheng/aioserial) - A drop-in replacement of [pySerial](https://github.com/pyserial/pyserial). +* [aiosmtplib](https://github.com/cole/aiosmtplib) - Library for sending email via SMTP. * [aiozipkin](https://github.com/aio-libs/aiozipkin) - Distributed tracing instrumentation for asyncio with zipkin * [asgiref](https://github.com/django/asgiref) - Backend utils for ASGI to WSGI integration, includes sync_to_async and async_to_sync function wrappers. * [ruia](https://github.com/howie6879/ruia) - An async web scraping micro-framework based on asyncio.