From 84c57e29c6c684a2e929d938c941a60f7ff00315 Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:05:35 +0530 Subject: [PATCH] Update template name --- src/Appwrite/Platform/Workers/Webhooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Webhooks.php b/src/Appwrite/Platform/Workers/Webhooks.php index 12cc4519f5..20be5c6920 100644 --- a/src/Appwrite/Platform/Workers/Webhooks.php +++ b/src/Appwrite/Platform/Workers/Webhooks.php @@ -177,7 +177,7 @@ class Webhooks extends Action $template->setParam('attempts', $attempts); $subject = 'Webhook deliveries have been paused'; - $body = Template::fromFile(__DIR__ . '/../../../../app/config/locale/templates/email-base-cloud.tpl'); + $body = Template::fromFile(__DIR__ . '/../../../../app/config/locale/templates/email-base-branded.tpl'); $body ->setParam('{{subject}}', $subject)