python-sparkpost
python-sparkpost copied to clipboard
SparkPost client library for Python
Turns out the SparkPost Django Email Backend did not support sending metadata via the transmission API. I've added support for sending email with metadata and added documentation to docs/django/backend.rst. I've...
Adding Django support for Transmission API attributes that are supported by the base Python lib class.
Hi there! I've noticed that in this project `requests` library is used to make queries. However there is no handling of potential exceptions in external library. I want you to...
Would be good to be able to pull the latest just using `pip install` etc.
Master account can pretend be subaccount using extra header. This feature is not implemented or I did not find it. Thanks Pavel Cisar
send_mail() works as expected, but using mail_admins() does not. Not sure if you care to fix?
Currently, there is no way to send metadata (for use with webhooks) using the SparkPost Django Email Backend.
I accidentally send html instead of html and noticed that it is redirecting instead of throwing 404. ``` # fails with 404 In [30]: spark_post.templates.get('404') # recursion In [29]: spark_post.templates.get('h?https://avilpage.com')...
https://developers.sparkpost.com/api/suppression-list.html Deprecation Notice: The email attribute is deprecated. Use recipient instead. Deprecation Notice: The attributes transactional and non_transactional are deprecated. Use type instead.
Using v1.3.5, calling `sparkpost_client.transmissions.send(**message)` with `message` containing `... 'recipients': [ u'REDACTED Hernández ' ], ... ` results in this stacktrace: ``` UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position...