Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ“§ Add aiosmtplib #103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

πŸ“§ Add aiosmtplib #103

wants to merge 1 commit into from

Conversation

cole
Copy link

@cole cole commented Nov 30, 2022

What is this project?

aiostmplib implements an SMTP client. Just like smtplib, but async!

Why is it awesome?

  • Drop in smtplib replacement (except await is needed for connections) βœ…
  • Also provides a simpler send coroutine API βœ‰οΈ
  • Sometimes you have an asyncio project and need to send an email πŸ€·πŸ»β€β™‚οΈ

@cole cole changed the title Add aiosmtplib to Misc πŸ“§ Add aiosmtplib Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants