IO-2667 Tasks Change multi subject line

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2024-04-19 11:27:46 -07:00
parent dbc2d10d6d
commit 70d009ab49

View File

@@ -267,7 +267,7 @@ const tasksRemindEmail = async (req, res) => {
emailData.subject = `New Tasks Reminder - ${allTasks.length} Tasks require your attention`;
emailData.html = generateEmailTemplate({
header: `${allTasks.length} Tasks require your attention`,
subHeader: `Please sign in to your account to view the Task details.`,
subHeader: `Please click on the Tasks below to view the Task.`,
body: `<ul>
${allTasks
.map((task) =>