awesome-asyncio
awesome-asyncio copied to clipboard
📧 Add aiosmtplib
What is this project?
aiostmplib implements an SMTP client. Just like smtplib, but async!
Why is it awesome?
- Drop in
smtplibreplacement (exceptawaitis needed for connections) ✅ - Also provides a simpler
sendcoroutine API ✉️ - Sometimes you have an asyncio project and need to send an email 🤷🏻♂️
#The dexr