mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-11 10:51:33 -05:00
[PR #1286] [CLOSED] Consider adding TemplateMail #3246
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1286
Author: @kkinder
Created: 5/5/2019
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
7d602d1Consider 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.