summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRich Leland <rich.leland@messagesystems.com>2016-05-03 19:26:14 -0400
committerRich Leland <rich.leland@messagesystems.com>2016-05-03 19:26:14 -0400
commitcdd84a81dc4e834c309001aa84c7ac7e7350f8d2 (patch)
tree135eaf46c0300c6fe3918abf55226208f6ad4ab0 /examples
parentfc1ee14ce3b37c504543e166957d7ce1f49ef414 (diff)
downloadphp-sparkpost-cdd84a81dc4e834c309001aa84c7ac7e7350f8d2.zip
php-sparkpost-cdd84a81dc4e834c309001aa84c7ac7e7350f8d2.tar.gz
php-sparkpost-cdd84a81dc4e834c309001aa84c7ac7e7350f8d2.tar.bz2
Update rfc822 example. Fixes #94
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) {