We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0ea15 commit 0ddd5a9Copy full SHA for 0ddd5a9
1 file changed
examples/sendText.php
@@ -9,7 +9,7 @@
9
'to' => $toNumber,
10
'file' => array(
11
$phaxio->stringUpload('Page 1'),
12
- $phaxio->stringUpload('<b>Page 2<b>')
+ $phaxio->stringUpload('<b>Page 2<b>', 'html')
13
)
14
);
15
0 commit comments