Skip to content

Releases: anymail/django-anymail

v0.1

14 Mar 21:08

Choose a tag to compare

Although this is an early release, it provides functional Django EmailBackends and passes integration tests with all supported ESPs (Mailgun, Mandrill, Postmark, SendGrid).

It has (obviously) not yet undergone extensive real-world testing, and you are encouraged to monitor it carefully if you choose to use it in production. Please report bugs and problems here in GitHub.

Additional changes from v0.1.dev2:

  • Added Postmark backend
  • Added support for username/password auth with SendGrid
  • Simplified install: no need to name the ESP
    (pip install django-anymail -- not ... django-anymail[mailgun])

0.1.dev2

12 Mar 03:26

Choose a tag to compare

0.1.dev2 Pre-release
Pre-release
  • Added SendGrid backend
  • Added attach_inline_image_file helper
  • Changed inline-attachment handling to look for
    Content-Disposition: inline, and to preserve
    filenames where supported by the ESP.

0.1.dev1

10 Mar 04:37

Choose a tag to compare

0.1.dev1 Pre-release
Pre-release
  • Supports Mailgun and Mandrill backends
  • Initial docs