inc/integrations/PostMark.php
@@ -21,6 +21,7 @@ protected string $from_name; protected bool $track_open; protected bool $track_links; protected ?string $lastMessageId = null; /** * Constructor */ @@ -418,9 +419,7 @@ // Clean up whitespace $text = preg_replace('/\s+/', ' ', $text); $text = trim($text); return $text; return trim($text); } /**