mirror of
https://github.com/smartyellow/status.git
synced 2025-06-27 20:25:11 +00:00
Updated mail subject
This commit is contained in:
2
index.js
2
index.js
@ -495,7 +495,7 @@ module.exports = {
|
||||
+ '</ul>';
|
||||
|
||||
settings.emailRecipients.forEach(address => server.sendEmail({
|
||||
subject: `[alert] ${tilesToNotifyAbout.size} web service${tilesToNotifyAbout.size === 1 ? '' : 's'} have a high priority!`,
|
||||
subject: `[alert] ${tilesToNotifyAbout.size} web service${tilesToNotifyAbout.size === 1 ? ' has' : 's have'} a high priority!`,
|
||||
sender: settings.emailSender,
|
||||
to: address,
|
||||
body: message,
|
||||
|
Reference in New Issue
Block a user