python-sparkpost icon indicating copy to clipboard operation
python-sparkpost copied to clipboard

SparkPost client library for Python

Results 26 python-sparkpost issues
Sort by recently updated
recently updated
newest added

Hi, python 3.12 dropped distutils, and there is a test in python-sparkpost using distutils.version.StrictVersion. I suggest this simple replacement: ```diff --- a/test/django/utils.py +++ b/test/django/utils.py @@ -1,7 +1,7 @@ -from distutils.version...

Bumps [requests](https://github.com/psf/requests) from 2.20.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

`https://` needs to be removed from: ```from sparkpost import SparkPost sp = SparkPost('YOUR API KEY', 'https://api.eu.sparkpost.com') ``` or urllib3 will throw `[Errno 11001] getaddrinfo failed`

My test code sends out email messages as intended to the given recipient list but appears to completely ignore the CC: and BCC: addresses. (Unless there's something wrong in the...

Could someone provide some insight on the below pls? (Looking at the project doc [here](https://python-sparkpost.readthedocs.io/en/latest/api/transmissions.html)) - **use_sandbox** (bool) – Flag must be set to use sandbox domain instead of verified...

Putting this out there in case other people come across this issue. ## Problem The current documentation for EU and Enterprise customers is incorrect: >For SparkPost EU and Enterprise accounts,...