Skip to content

Commit 88da3ab

Browse files
authored
Add use_sandbox=True
1 parent 6e92595 commit 88da3ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Here at SparkPost, our messages are known as transmissions. Let's use the underl
7575
sp = SparkPost()
7676
7777
response = sp.transmissions.send(
78+
use_sandbox=True,
7879
recipients=['someone@somedomain.com'],
7980
html='<p>Hello world</p>',
8081
from_email='test@sparkpostbox.com',

0 commit comments

Comments
 (0)