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:
parent
20b17b64b7
commit
4ad9619bfb
42 changed files with 1223 additions and 18 deletions
36
emails/device-notify.html
Normal file
36
emails/device-notify.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<div>[[[SERVERNAME]]] - Device Notification</div>
|
||||
<div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding=8>
|
||||
<tr>
|
||||
<td>
|
||||
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Device Notification</b>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<area-header>
|
||||
<p>
|
||||
The folloing devices have changed their connection state.
|
||||
</p>
|
||||
</area-header>
|
||||
<area-connections>
|
||||
<p>
|
||||
Connected devices:
|
||||
</p>
|
||||
<p><b>
|
||||
[[[CONNECTIONS]]]
|
||||
</b></p>
|
||||
</area-connections>
|
||||
<area-disconnections>
|
||||
<p>
|
||||
Disconnected devices:
|
||||
</p>
|
||||
<p><b>
|
||||
[[[DISCONNECTIONS]]]
|
||||
</b></p>
|
||||
</area-disconnections>
|
||||
<area-footer>
|
||||
<p>
|
||||
To unsubscribe, <a href="[[[SERVERURL]]][[[UNSUBSCRIBELINK]]]">click here</a> within 1 hour of getting this message.
|
||||
</p>
|
||||
</area-footer>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue