-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail-template.html
68 lines (63 loc) · 1.94 KB
/
email-template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<style>
.container {
font-family: sans-serif;
}
.topBar {
background-color: #e9e9e9;
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px;
}
.logoContainer img {
width: 200px;
}
.text {
margin: 16px;
}
</style>
<div class="container">
<div class="topBar">
<span class="logoContainer">
<!-- <img src="./bloxberg-logo.png" /> -->
</span>
</div>
<div class="text">
<p>Dear {{fullNames}}</p>
<p>
Our bloxberg monitoring system records any technical inactivity of all
bloxberg nodes. It seems your bloxberg validator node at {{instituteName}}
has been offline since
<b>{{lastOnlineDateString}}</b>
, {{lastOnlineTimeString}}.
</p>
<p>
It is crucial for a robust and healthy blockchain network that all nodes
are actively involved.bloxberg nodes are allowed to be inactive for a
maximum of 3 months according to our whitepaper. If in violation of this,
you will be technically removed from the network. But we don't want to
lose you and your institution from our bloxberg association!
<b>
Please share this email with the technical counterpart in your team and
check if there is a problem with the validator.
</b>
You can follow the instruction “My validator node seems to be
disconnected, how do I connect back to the network?” in our
<a href="https://keeper.mpdl.mpg.de/f/128505c5a25e4fe8bd01/">
technical guidance </a
>.
</p>
<p>
You can check once again if your node is validating blocks in our
<a
href="https://blockexplorer.bloxberg.org/address/{{address}}/validations"
>
blockexplorer </a
>. If you have questions, please contact us here at
</p>
Regards,
<br />
bloxberg Monitoring Team
</div>
</div>