mirror of
https://github.com/smartyellow/status.git
synced 2025-01-18 13:37:59 +00:00
Updated mail subject
This commit is contained in:
parent
5967941008
commit
da3c66c652
2
index.js
2
index.js
@ -495,7 +495,7 @@ module.exports = {
|
|||||||
+ '</ul>';
|
+ '</ul>';
|
||||||
|
|
||||||
settings.emailRecipients.forEach(address => server.sendEmail({
|
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,
|
sender: settings.emailSender,
|
||||||
to: address,
|
to: address,
|
||||||
body: message,
|
body: message,
|
||||||
|
Loading…
Reference in New Issue
Block a user