Merge 455046c2e9bffd3c14f9203213d8d174ce2fd27f into 2252650cfdff3782d5a85458507fe9ec6edde7a4

This commit is contained in:
Joel Barrantes Palacios 2024-08-10 19:27:32 +03:00 committed by GitHub
commit 1f9c612550
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -503,6 +503,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