Skip to content

v0.1

Compare
Choose a tag to compare
@medmunds medmunds released this 14 Mar 21:08
· 313 commits to master since this release

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])