From 455046c2e9bffd3c14f9203213d8d174ce2fd27f Mon Sep 17 00:00:00 2001 From: Joel Barrantes Palacios <58517994+joelbarranteswins@users.noreply.github.com> Date: Sun, 2 Apr 2023 15:42:46 -0500 Subject: [PATCH] Add smtplib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7856d360..018e25c9 100644 --- a/README.md +++ b/README.md @@ -596,6 +596,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [modoboa](https://github.com/modoboa/modoboa) - A mail hosting and management platform including a modern Web UI. * [salmon](https://github.com/moggers87/salmon) - A Python Mail Server. * Clients + * [smtplib](https://docs.python.org/3/library/smtplib.html) - (Python standard library) Provides an SMTP client session object to send emails over the internet. * [imbox](https://github.com/martinrusev/imbox) - Python IMAP for Humans. * [yagmail](https://github.com/kootenpv/yagmail) - Yet another Gmail/SMTP client. * Others