mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added support for help request emails (#4489)
This commit is contained in:
parent
9738848dc5
commit
4e86b319f7
47 changed files with 2911 additions and 2155 deletions
20
emails/device-help.html
Normal file
20
emails/device-help.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<div>[[[SERVERNAME]]] - "[[[DEVICENAME]]]" Help Request</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]]] - Help Request</b>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
Device "<b>[[[DEVICENAME]]]</b>" requested help.
|
||||
</p>
|
||||
<p>
|
||||
User: <b>[[[HELPUSERNAME]]]</b><br />
|
||||
Request: <b>[[[HELPREQUEST]]]</b>
|
||||
</p>
|
||||
<p>
|
||||
<a href="[[[SERVERURL]]]?viewmode=10&gotonode=[[[NODEID]]]">click here</a> to navigate to this device.
|
||||
</p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue