From cf00754e291becaf5e9ddb3ae7f087eb493ef3d0 Mon Sep 17 00:00:00 2001 From: hbrain Date: Mon, 22 Jun 2026 07:45:05 +0200 Subject: [PATCH] Newsletter template updated --- lib/listmonk.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',