Renamed tool and links.

This commit is contained in:
ybouane 2024-10-11 21:16:43 -04:00
parent 879bdd9558
commit 4ee25b38e5
6 changed files with 14 additions and 574 deletions

View file

@ -102,7 +102,7 @@ const sendEmailMessage = async (text) => {
body: JSON.stringify({
personalizations: [{ to: [{ email: config.sendgrid.toEmail }] }],
from: { email: config.sendgrid.toFromEmail },
subject: "Pulse — Server Status Notification",
subject: "aPulse — Server Status Notification",
content: [{ type: "text/plain", value: text }]
})
});