Initial setup of mycontroller
This commit is contained in:
19
conf/resources/templates/mc-default-rule-email-template.html
Normal file
19
conf/resources/templates/mc-default-rule-email-template.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<style>body {font-size: 12px;}</style>
|
||||
<body>
|
||||
<b>Dear User,</b>
|
||||
<br>
|
||||
<br>There is a rule triggered for you!
|
||||
<br>
|
||||
<br>
|
||||
<table border='0'>
|
||||
<tr><td>Rule definition name</td><td>: ${notification.ruleName}</td> <tr>
|
||||
<tr><td>Condition</td><td>: ${notification.ruleCondition}</td><tr>
|
||||
<tr><td>Actual value</td><td>: ${notification.actualValue}</td><tr>
|
||||
<tr><td>Triggered at</td><td>: ${notification.triggeredAt}</td><tr>
|
||||
</table>
|
||||
<br>
|
||||
<br>-- Powered by <a href='http://www.MyController.org'>www.MyController.org</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user