summaryrefslogtreecommitdiffstats
path: root/examples/transmission/stored_recipients_inline_content.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/transmission/stored_recipients_inline_content.php')
-rw-r--r--examples/transmission/stored_recipients_inline_content.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/examples/transmission/stored_recipients_inline_content.php b/examples/transmission/stored_recipients_inline_content.php
index a545122..f09ca63 100644
--- a/examples/transmission/stored_recipients_inline_content.php
+++ b/examples/transmission/stored_recipients_inline_content.php
@@ -1,13 +1,11 @@
<?php
namespace Examples\Transmisson;
require_once (dirname(__FILE__).'/../bootstrap.php');
- use MessageSystems\SparkPost;
- use MessageSystems\Transmission;
-
- $key = 'YOURAPIKEY';
- SparkPost::setConfig(['key'=>$key]);
-
+use MessageSystems\SparkPost;
+use MessageSystems\Transmission;
+$key = 'YOURAPIKEY';
+SparkPost::setConfig(['key'=>$key]);
try {