Skip to content

v0.6

Choose a tag to compare

@medmunds medmunds released this 25 Oct 18:50
· 252 commits to master since this release

New features

  • Postmark: Add support for track_clicks (docs)

Other changes

  • Initialize AnymailMessage.anymail_status to empty status, rather than None; clarify docs around anymail_status availability (docs)
  • [possibly-breaking] SendGrid: Fix missing html or text template body when using template_id with an empty Django EmailMessage body. In the (extremely-unlikely) case you were relying on the earlier quirky behavior to not send your saved html or text template, you may want to verify that your SendGrid templates have matching html and text. (docs -- also see #32.)