summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/transmission/rfc822.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/transmission/rfc822.php b/examples/transmission/rfc822.php
index 0949efa..c27fafb 100644
--- a/examples/transmission/rfc822.php
+++ b/examples/transmission/rfc822.php
@@ -22,7 +22,7 @@ try {
]
]
],
- 'rfc822'=>'Content-Type: text/plain\nFrom: From Envelope <from@sparkpostbox.com>\nSubject: Example Email\n\nHello World'
+ 'rfc822'=>"Content-Type: text/plain\nFrom: From Envelope <from@sparkpostbox.com>\nSubject: Example Email\n\nHello World"
]);
echo 'Congrats! You sent an email using SparkPost!';
} catch (\Exception $exception) {