From f3a079de271e8c596eceafbb64571d7c7108e712 Mon Sep 17 00:00:00 2001 From: bsourisse Date: Thu, 26 Jan 2023 18:22:55 +0100 Subject: [PATCH] fix: add plaintext version to email templates --- helpers/templates/emailAlertStatus.js | 4 ++-- helpers/templates/emailTest.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/templates/emailAlertStatus.js b/helpers/templates/emailAlertStatus.js index f81f7f2..ced4230 100644 --- a/helpers/templates/emailAlertStatus.js +++ b/helpers/templates/emailAlertStatus.js @@ -11,7 +11,7 @@ export default function emailTest(mailTo, username, aliasList) { from: 'BorgWarehouse' + '<' + process.env.MAIL_SMTP_FROM + '>', to: mailTo, subject: 'Down status alert !', - text: 'Corps de test', + text: 'Some repositories need attention ! Please, check your BorgWarehouse interface.', html: `

- List of repositories in down status : + List of repositories with down status :