diff --git a/lib/listmonk.php b/lib/listmonk.php index 0a3dc95..b57890b 100644 --- a/lib/listmonk.php +++ b/lib/listmonk.php @@ -111,7 +111,7 @@ $body = ' $payload = [ 'name' => $newsletterTitle, - 'subject' => 'New story: ' . $title, + 'subject' => $title, 'lists' => [$listId], 'from_email' => 'MVLog ', 'type' => 'regular',