[PR #2415] [CLOSED] Add smtplib #10808

Closed
opened 2026-04-24 05:46:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2415
Author: @joelbarranteswins
Created: 4/2/2023
Status: Closed

Base: masterHead: add-smtplib


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

I'd like to propose adding the smtplib module to the repository. smtplib is a Python standard library that provides an SMTP client session object to send emails over the internet. Other popular libraries, like yagmail, rely on smtplib as a dependency.

I believe adding smtplib to the repository would be good to know this module

If you agree with this proposal, please consider submitting an Approve review for this pull request.

Thank you!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2415 **Author:** [@joelbarranteswins](https://github.com/joelbarranteswins) **Created:** 4/2/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-smtplib` --- ### 📝 Commits (1) - [`455046c`](https://github.com/vinta/awesome-python/commit/455046c2e9bffd3c14f9203213d8d174ce2fd27f) Add smtplib ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description I'd like to propose adding the smtplib module to the repository. smtplib is a Python standard library that provides an SMTP client session object to send emails over the internet. Other popular libraries, like yagmail, rely on smtplib as a dependency. I believe adding smtplib to the repository would be good to know this module If you agree with this proposal, please consider submitting an Approve review for this pull request. Thank you! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 05:46:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#10808