mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
Email device connect/disconnect notifications now work.
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user