Update homepage link in default settings for confirmation email

[MAILPOET-4936]
This commit is contained in:
Jan Lysý
2023-01-19 12:53:29 +01:00
committed by Aschepikov
parent ddca94891d
commit b24b7b86fd
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ class SettingsController {
'enabled' => true,
'use_mailpoet_editor' => true,
'subject' => __('Confirm your subscription to [site:title]', '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<a target=\"_blank\" href=\"[site:homepage_link]\">[site:title]</a>", '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<a target=\"_blank\" href=\"[site:homepage_url]\">[site:title]</a>", 'mailpoet'),
],
'tracking' => [
'level' => TrackingConfig::LEVEL_FULL,