[PR #1286] [CLOSED] Consider adding TemplateMail #3246

Closed
opened 2026-04-15 09:19:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1286
Author: @kkinder
Created: 5/5/2019
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 7d602d1 Consider adding TemplateMail

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

I wrote TemplateMail as a simple solution to sending transactional emails in new projects. Since emails themselves are written in Jinja2, it brings separation between programming and copy editing concerns. It sends email using SMTP or Mailgun, but other backends are possible. Let me know if you have any questions and thanks for the consideration!

What's the difference between this Python project and similar ones?

The most important distinction is that TemplateMail fully encloses all email content, including mail subjects, inside Jinja2 templates. This means that if you want to change the content or design of an email, you need to only edit the template, not the Python code.

By using Jinja2 templates and including Mailgun out of the box, TemplateMail covers the use cases for most new projects. I think it's pretty seful.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 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/1286 **Author:** [@kkinder](https://github.com/kkinder) **Created:** 5/5/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`7d602d1`](https://github.com/vinta/awesome-python/commit/7d602d1d37ff6275f49a275cfee4b9c086718009) Consider adding TemplateMail ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? I wrote TemplateMail as a simple solution to sending transactional emails in new projects. Since emails themselves are written in Jinja2, it brings separation between programming and copy editing concerns. It sends email using SMTP or Mailgun, but other backends are possible. Let me know if you have any questions and thanks for the consideration! ## What's the difference between this Python project and similar ones? The most important distinction is that TemplateMail fully encloses all email content, including mail subjects, inside Jinja2 templates. This means that if you want to change the content or design of an email, you need to only edit the template, not the Python code. By using Jinja2 templates and including Mailgun out of the box, TemplateMail covers the use cases for most new projects. I think it's pretty seful. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <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-15 09:19:30 -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#3246