Skip to content

Commit

Permalink
Add use_sandbox=True
Browse files Browse the repository at this point in the history
  • Loading branch information
ewandennis committed Mar 21, 2017
1 parent 6e92595 commit 88da3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Here at SparkPost, our messages are known as transmissions. Let's use the underl
sp = SparkPost()
response = sp.transmissions.send(
use_sandbox=True,
recipients=['someone@somedomain.com'],
html='<p>Hello world</p>',
from_email='test@sparkpostbox.com',
Expand Down

0 comments on commit 88da3ab

Please sign in to comment.