mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
SparkPost: call HTTP API directly [breaking]
Switch from the (now unmaintained) python-sparkpost client library to a requests-based backend that calls SparkPost's Transmissions API directly. Also adds support for text/x-amp-html alternative parts (which are supported by the SparkPost API, but weren't by the client library). Closes #203
This commit is contained in:
4
setup.py
4
setup.py
@@ -54,11 +54,11 @@ setup(
|
||||
"postmark": [],
|
||||
"sendgrid": [],
|
||||
"sendinblue": [],
|
||||
"sparkpost": ["sparkpost"],
|
||||
"sparkpost": [],
|
||||
},
|
||||
include_package_data=True,
|
||||
test_suite="runtests.runtests",
|
||||
tests_require=["mock", "boto3", "sparkpost"],
|
||||
tests_require=["mock", "boto3"],
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Programming Language :: Python",
|
||||
|
||||
Reference in New Issue
Block a user