IO-2667 Tasks Change multi subject line
Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user