diff options
author | Rich Leland <rich.leland@messagesystems.com> | 2016-05-03 19:26:14 -0400 |
---|---|---|
committer | Rich Leland <rich.leland@messagesystems.com> | 2016-05-03 19:26:14 -0400 |
commit | cdd84a81dc4e834c309001aa84c7ac7e7350f8d2 (patch) | |
tree | 135eaf46c0300c6fe3918abf55226208f6ad4ab0 /examples | |
parent | fc1ee14ce3b37c504543e166957d7ce1f49ef414 (diff) | |
download | php-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.php | 2 |
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) { |