Add Mailgun API as mail transport
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user