sklarsa / django-sendgrid-v5

An implementation of Django's EmailBackend compatible with sendgrid-python v5+
MIT License
318 stars 54 forks source link

Upgrades to sendgrid's v6 API #53

Closed sklarsa closed 5 years ago

sklarsa commented 5 years ago

I switched the testing framework to tox and fixed as many bugs as possible per #52. Backwards compatibility is important to me, so I tried to keep the functionality working for those on the v5 api. Comments are welcome!