1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Email device connect/disconnect notifications now work.

This commit is contained in:
Ylian Saint-Hilaire 2021-10-11 11:56:14 -07:00
parent 20b17b64b7
commit 4ad9619bfb
42 changed files with 1223 additions and 18 deletions

View file

@ -44,11 +44,13 @@ var meshCentralSourceFiles = [
"../emails/account-login.html",
"../emails/account-reset.html",
"../emails/mesh-invite.html",
"../emails/device-notify.html",
"../emails/account-check.txt",
"../emails/account-invite.txt",
"../emails/account-login.txt",
"../emails/account-reset.txt",
"../emails/mesh-invite.txt",
"../emails/device-notify.txt",
"../emails/sms-messages.txt",
'../agents/agent-translations.json'
];