Skip to content

Commit cdd84a8

Browse files
author
Rich Leland
committed
Update rfc822 example. Fixes #94
1 parent fc1ee14 commit cdd84a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/transmission/rfc822.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
]
2323
]
2424
],
25-
'rfc822'=>'Content-Type: text/plain\nFrom: From Envelope <[email protected]>\nSubject: Example Email\n\nHello World'
25+
'rfc822'=>"Content-Type: text/plain\nFrom: From Envelope <[email protected]>\nSubject: Example Email\n\nHello World"
2626
]);
2727
echo 'Congrats! You sent an email using SparkPost!';
2828
} catch (\Exception $exception) {

0 commit comments

Comments
 (0)