| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 
 | Source: django-templated-email
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dominik George <natureshadow@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 13~),
 dh-python,
 python3-all,
 python3-django,
 python3-django-render-block,
 python3-setuptools
Standards-Version: 4.6.0
Homepage: https://github.com/vintasoftware/django-templated-email
Vcs-Git: https://salsa.debian.org/python-team/packages/django-templated-email.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-templated-email
Package: python3-django-templated-email
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django
Description: Django module to easily send templated emails
 django-templated-email can send emails generated from templates. The library
 supports template inheritance, adding cc'd and bcc'd recipients, configurable
 template naming and location.
 .
 The send_templated_email method can be thought of as the render_to_response
 shortcut for email.
 |