Files
greenhouse-MyController/conf/resources/templates/mc-default-rule-email-template.html

20 lines
626 B
HTML

<!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>