inc/integrations/PostMark.php @@ -257,6 +257,9 @@ */ protected function sendEmail(array $payload): bool|WP_Error { if (!$this->isSetUp()) { return false; } try { $response = $this->postRequest('email', $payload);