Skip to content

Releases: sunscrapers/django-templated-mail

Release 1.1.1

01 Feb 21:37
Compare
Choose a tag to compare

Bugfix release fixing from_email, which did not fallback to DEFAULT_FROM_EMAIL.

Release 1.1.0

29 Jan 21:11
Compare
Choose a tag to compare

This release is mostly about missing parameters and maintenance work. List of changes:

  • Add support for reply_to parameter in BaseEmailMessage.send method
  • Add support for from_email parameter in BaseEmailMessage.send method
  • Add support for Django 2.0
  • Remove support for Django 1.10
  • Fix passing context to email classes with context provided via mixin
  • Fix invalid release years in release notes

Release 1.0.0

06 Oct 19:35
Compare
Choose a tag to compare

First stable release with minor improvement to API and mostly a documentation/maintenance effort. List of changes:

  • Breaking API: Update set_context_data to get_context_data
  • Add basic documentation
  • Add basic examples
  • Update templates rendering to happen on send
  • Update dependencies
  • Remove Python 3.3 from supported versions

Release 0.2.0

22 Sep 09:37
Compare
Choose a tag to compare

A small backward-incompatible release. List of changes:

  • Add support for CC and BCC
  • Update name of BaseEmailMessage.send_to to BaseEmailMessage.send

Release 0.1.1

15 Sep 16:18
Compare
Choose a tag to compare

Bugfix release with fixes for two breaking issues:

  • Bugfix: Issue with template nodes requiring template to be bound to context
  • Bugfix: Issue with whitespaces around content blocks