We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1ee14 commit cdd84a8Copy full SHA for cdd84a8
examples/transmission/rfc822.php
@@ -22,7 +22,7 @@
22
]
23
24
],
25
- 'rfc822'=>'Content-Type: text/plain\nFrom: From Envelope <[email protected]>\nSubject: Example Email\n\nHello World'
+ 'rfc822'=>"Content-Type: text/plain\nFrom: From Envelope <[email protected]>\nSubject: Example Email\n\nHello World"
26
]);
27
echo 'Congrats! You sent an email using SparkPost!';
28
} catch (\Exception $exception) {
0 commit comments