We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e92595 commit 88da3abCopy full SHA for 88da3ab
README.rst
@@ -75,6 +75,7 @@ Here at SparkPost, our messages are known as transmissions. Let's use the underl
75
sp = SparkPost()
76
77
response = sp.transmissions.send(
78
+ use_sandbox=True,
79
recipients=['someone@somedomain.com'],
80
html='<p>Hello world</p>',
81
from_email='test@sparkpostbox.com',
0 commit comments