Jake Vanderwerf
2025-11-23 d7dbe7fee362d587dfc334135d9581b6216a4295
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);