summaryrefslogtreecommitdiff
path: root/app/Integration/Postmark.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Integration/Postmark.php')
-rw-r--r--app/Integration/Postmark.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Integration/Postmark.php b/app/Integration/Postmark.php
index a367c23e..dbb70aee 100644
--- a/app/Integration/Postmark.php
+++ b/app/Integration/Postmark.php
@@ -36,7 +36,7 @@ class Postmark extends \Core\Base
'HtmlBody' => $html,
);
- $this->httpClient->post('https://api.postmarkapp.com/email', $payload, $headers);
+ $this->httpClient->postJson('https://api.postmarkapp.com/email', $payload, $headers);
}
/**