django-templated-email icon indicating copy to clipboard operation
django-templated-email copied to clipboard

Django module to easily send templated emails using django templates, or using a transactional mail provider (mailchimp, silverpop, etc.)

Results 8 django-templated-email issues
Sort by recently updated
recently updated
newest added

Images are also being attached in some email clients. Can we add them as only inline images

Resolves #97 The `context` and `recipient_list`params also had to be set as `default=None` otherwise it wouldn't be possible to set `from_email=None`. It doesn't change the order of the params, so...

Thanks for maintaining this repo! I have a feature suggestion that would really help some nontechnical members of my team. A really nice feature to have would be an admin...

https://docs.djangoproject.com/en/3.2/topics/email/#emailmessage-objects

This will allow the reuse of a cached connection object for better resource utilization

It's not clear by looking at the README that it is the develop version, causing confusion like in #83. Readthedocs would solve it.