We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714c21e commit f68c9a2Copy full SHA for f68c9a2
src/Adapters/Kap/KapAdapter.php
@@ -62,6 +62,9 @@ private function buildOptions($devices, $message)
62
return [
63
'debug' => false,
64
'timeout' => 10,
65
+ 'headers' => [
66
+ 'Content-Encoding' => 'UTF-8'
67
+ ],
68
'json' => [
69
'authentication' => [
70
'username' => $this->config['username'],
@@ -71,6 +74,7 @@ private function buildOptions($devices, $message)
71
74
[
72
75
'sender' => $this->config['sender'],
73
76
'text' => $message->getMessage(),
77
+ 'datacoding' => 8,
78
'recipients' => $recipients
79
]
80
0 commit comments