{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/19"}],"enrichment":{"capability":"Sends templated emails in Django applications using template inheritance, with support for plain text and HTML variants, cc/bcc recipients, and inline images.","skillfed_tags":["django-email","template-rendering"],"use_cases":["Send welcome or password-reset emails using Django templates with context from your user model.","Generate multi-part emails (plain text + HTML) from a single template definition with automatic fallback.","Integrate transactional email providers while keeping email logic in templates.","Embed inline images in HTML emails using the InlineImage class for logos or promotional graphics.","Manage email templates in version control alongside your Django app code for easier review and testing."],"what_it_does":"django-templated-email is a Django library that abstracts email sending by rendering emails from template files, similar to how Django's render_to_response works for HTTP responses. It lets you define email structure (subject, plain text, HTML) in template blocks, pass context variables, and send with a single function call. The library handles template inheritance, recipient management (to, cc, bcc), custom headers, and optional inline images.\n\nIt integrates with Django's email backend system and can work with transactional email providers without changing your application code. The package is stable and production-ready, supporting Python 3.9, 3.10, 3.11, 3.12, and 3.13 with Django 4.2, 5.0, and 5.1.","worth_installing":"Yes, if you are building a Django application that sends templated emails. The library is stable, has no known vulnerabilities, and low install friction. The aging maintenance status (358 days since last release) is a minor concern but not a blocker\u2014the repository is not archived and remains functional. Use it for standard transactional email workflows."},"id":"django-templated-email","links":{"html":"https://skillfed.io/packages/django-templated-email","md":"https://skillfed.io/packages/django-templated-email.md","pypi":"https://pypi.org/project/django-templated-email/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-08-21","license_spdx":null,"license_treatment":"permissive","name":"django-templated-email","python_support":"unspecified","summary":"A Django oriented templated / transaction email abstraction"},"popularity":{"monthly_downloads":118020,"position":12139,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.1.1"}
