mirror of
https://github.com/Kizuren/statusPage.git
synced 2025-12-21 21:16:09 +01:00
Renamed tool and links.
This commit is contained in:
parent
879bdd9558
commit
4ee25b38e5
6 changed files with 14 additions and 574 deletions
|
|
@ -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 }]
|
||||
})
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue