Add Mailgun API as mail transport
This commit is contained in:
@@ -30,7 +30,7 @@ class Webhook extends Base
|
||||
$url .= '?token='.$token;
|
||||
}
|
||||
|
||||
return $this->httpClient->post($url, $values);
|
||||
return $this->httpClient->postJson($url, $values);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user