{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/3"}],"enrichment":{"capability":"Sends Django emails using template files instead of inline strings, wrapping EmailMultiAlternatives to load email content from the template system.","skillfed_tags":["django-email","abandoned"],"use_cases":["Store transactional email templates (password resets, confirmations) in your Django template directory instead of Python strings.","Allow content teams to edit email text without touching code by keeping templates in version control.","Send multi-part emails (HTML and plain text) by defining both in a single template file.","Render emails with Django context variables (user names, URLs, dates) pulled from your application state."],"what_it_does":"django-templated-mail is a thin wrapper around Django's EmailMultiAlternatives that lets you store email content in template files rather than hardcoding it in Python. Instead of building email bodies as strings, you reference a template by name and pass a context dictionary, and the package renders it using Django's template engine before sending.\n\nIt's designed for Django projects where email templates need to be managed separately from code\u2014useful for marketing emails, notifications, or any scenario where non-developers might need to edit email content. The package has no runtime dependencies beyond Django itself, making it lightweight to add to existing projects.","worth_installing":"No. The package is abandoned (last release February 2018, last commit August 2021) and will not receive updates for Django or Python versions released after that time. Modern Django projects should use built-in template rendering or maintained alternatives. If you are on an old Django version stuck at 1.11 or 2.0, it may work, but there is no path forward."},"id":"django-templated-mail","links":{"html":"https://skillfed.io/packages/django-templated-mail","md":"https://skillfed.io/packages/django-templated-mail.md","pypi":"https://pypi.org/project/django-templated-mail/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2018-02-01","license_spdx":null,"license_treatment":"permissive","name":"django-templated-mail","python_support":"unspecified","summary":"Send emails using Django template system."},"popularity":{"monthly_downloads":214614,"position":9413,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.1"}
