Jake Vanderwerf
2025-11-25 2a2303d1dccc120dd7aa5f6b6ade0f89e0064850
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);