Mail templates for monitoring mails
This commit is contained in:
parent
71690b7d5c
commit
eb3e0d96be
14 changed files with 250 additions and 100 deletions
29
server/mailTemplates/monitoring-online-again.body.html
Normal file
29
server/mailTemplates/monitoring-online-again.body.html
Normal file
|
@ -0,0 +1,29 @@
|
|||
<%= header() %>
|
||||
|
||||
<p>
|
||||
Dein Knoten ist wieder online.
|
||||
</p>
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top: 45px; margin-bottom: 45px;">
|
||||
<tr>
|
||||
<td align="center">
|
||||
<table class="table" style="border: 3px dashed #666666; padding: 10px; background-color: #F5F5F5; font-size: 1.3em;">
|
||||
<tr>
|
||||
<th>Knoten</th>
|
||||
<td><%- node.hostname %></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Wieder online seit</th>
|
||||
<td><%= formatDateTime(lastSeen) %></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p></p>
|
||||
|
||||
<%= monitoringFooter() %>
|
||||
|
||||
<%= footer() %>
|
Loading…
Add table
Add a link
Reference in a new issue