diff options
Diffstat (limited to 'examples/transmission/stored_recipients_inline_content.php')
-rw-r--r-- | examples/transmission/stored_recipients_inline_content.php | 10 |
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 { |