From ca72e11d9a6e5ad1c380fda6107c68194d3e1581 Mon Sep 17 00:00:00 2001 From: Oluwaseun Olorunsola Date: Wed, 19 Oct 2022 13:14:53 +0100 Subject: [PATCH] Update default subscription confirmation email content MAILPOET-4599 --- mailpoet/lib/Settings/SettingsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailpoet/lib/Settings/SettingsController.php b/mailpoet/lib/Settings/SettingsController.php index 0ac53535fd..7699c74329 100644 --- a/mailpoet/lib/Settings/SettingsController.php +++ b/mailpoet/lib/Settings/SettingsController.php @@ -69,7 +69,7 @@ class SettingsController { 'enabled' => true, // translators: %1$s is the name of the blog 'subject' => sprintf(__('Confirm your subscription to %1$s', 'mailpoet'), WPFunctions::get()->getOption('blogname')), - 'body' => __("Hello,\n\nWelcome to our newsletter!\n\nPlease confirm your subscription to our list by clicking the link below: \n\n[activation_link]I confirm my subscription![/activation_link]\n\nThank you,\n\nThe Team", 'mailpoet'), + 'body' => __("Hello [subscriber:firstname | default:there],\n\nYou've received this message because you subscribed to [site:title]. Please confirm your subscription to receive emails from us:\n\n[activation_link]Click here to confirm your subscription.[/activation_link] \n\nIf you received this email by mistake, simply delete it. You won't receive any more emails from us unless you confirm your subscription using the link above.\n\nThank you,\n\n[site:title]", 'mailpoet'), ], 'tracking' => [ 'level' => TrackingConfig::LEVEL_FULL,