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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/transmission/stored_recipients_inline_content.php b/examples/transmission/stored_recipients_inline_content.php
index 8a605f5..b31167c 100644
--- a/examples/transmission/stored_recipients_inline_content.php
+++ b/examples/transmission/stored_recipients_inline_content.php
@@ -19,7 +19,7 @@ try {
'campaign'=>'my-campaign',
'from'=>[
'name' => 'From Envelope',
- 'email' => 'from@sparkpostbox.com>'
+ 'email' => 'from@sparkpostbox.com'
],
'html'=>'<p>Hello World! Your name is: {{name}}</p>',
'text'=>'Hello World!',
@@ -27,7 +27,7 @@ try {
'recipientList'=>'Example List'
]);
- echo 'Congrats you can use your SDK!';
+ echo 'Congrats! You sent an email using SparkPost!';
} catch (\Exception $exception) {
echo $exception->getMessage();
}