Implement SendGridBackend

Covers most of #1
This commit is contained in:
medmunds
2016-03-11 16:17:02 -08:00
parent b407e9f452
commit e15cb46daf
6 changed files with 954 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ setup(
extras_require={
"mailgun": ["requests>=2.4.3"],
"mandrill": ["requests>=1.0.0"],
"sendgrid": ["requests>=2.4.3"],
},
include_package_data=True,
test_suite="runtests.runtests",