Skip to content

issues Search Results · repo:SparkPost/python-sparkpost language:Python

Filter by

108 results
 (95 ms)

108 results

inSparkPost/python-sparkpost (press backspace or delete to remove)

sp = SparkPost(settings.SPARKPOST_API_KEY) try: sp.transmission.send( recipients=to, bcc=bcc, from_email=from_email, # I tried this, but still it s not working template=template_id, ...
  • JayDarjiAubergine
  • Opened 
    on Mar 11
  • #230

Hi, python 3.12 dropped distutils, and there is a test in python-sparkpost using distutils.version.StrictVersion. I suggest this simple replacement: --- a/test/django/utils.py +++ b/test/django/utils.py ...
  • panlinux
  • Opened 
    on Feb 19, 2024
  • #229

https:// needs to be removed from: sp = SparkPost( YOUR API KEY , https://api.eu.sparkpost.com ) or urllib3 will throw [Errno 11001] getaddrinfo failed
  • dsolstad
  • 2
  • Opened 
    on Mar 9, 2023
  • #227

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 below invocation?) SDK ...
  • dgoldenberg-audiomack
  • 1
  • Opened 
    on Feb 27, 2023
  • #226

Could someone provide some insight on the below pls? (Looking at the project doc here) - use_sandbox (bool) – Flag must be set to use sandbox domain instead of verified sending domain. Limited to a ...
  • dgoldenberg-audiomack
  • Opened 
    on Feb 16, 2023
  • #225

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, pass in ...
  • nathancatania
  • Opened 
    on Dec 28, 2022
  • #224

Hi guys, I m trying to send emails through the Spark API but every now and then I get this error message, looking for info here (https://stackoverflow.com/questions/35771408/sparkpost-at-least-one-valid ...
  • davidgg090
  • Opened 
    on May 25, 2022
  • #223

The latest version adds a non-backward compatible change to passing the base URI in the constructor. Documentation says you should pass: sp = SparkPost( YOUR API KEY , https://api.eu.sparkpost.com ) ...
  • michiel-nwa
  • Opened 
    on May 20, 2021
  • #216

Hello, @svisser , @richleland , @aydrian im using this list_suppression_entries.py to get the suppression list. https://github.com/SparkPost/python-sparkpost/blob/master/examples/suppression_list/list_suppression_entries.py ...
  • izzatarif
  • Opened 
    on Nov 7, 2020
  • #203

I have code that works with an inline template and an attachment, and code that works with a hosted template and no attachment. When I try to use the hosted template with an attachment it is not included. ...
  • ps-jf
  • 1
  • Opened 
    on May 6, 2020
  • #197
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub