aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/deviceOnline.vm
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-12-07 23:09:02 +1300
committerGitHub <noreply@github.com>2016-12-07 23:09:02 +1300
commit6cd8c6ccb5fc3549d3b34d397a7630cd7f2b865e (patch)
treeb50cd6f8a4a38fb3d0bc73b8ee017d3f92c880a5 /templates/mail/deviceOnline.vm
parentc674d90bc41e1a4b03fcc1779e711f8d8b79bf90 (diff)
parent23280c00e39bc1a7a899a6e2d5dda230f28a12b3 (diff)
downloadtrackermap-server-6cd8c6ccb5fc3549d3b34d397a7630cd7f2b865e.tar.gz
trackermap-server-6cd8c6ccb5fc3549d3b34d397a7630cd7f2b865e.tar.bz2
trackermap-server-6cd8c6ccb5fc3549d3b34d397a7630cd7f2b865e.zip
Merge pull request #2655 from Abyss777/email_templates
Templates for mail notifications
Diffstat (limited to 'templates/mail/deviceOnline.vm')
-rw-r--r--templates/mail/deviceOnline.vm9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/mail/deviceOnline.vm b/templates/mail/deviceOnline.vm
new file mode 100644
index 000000000..c38393062
--- /dev/null
+++ b/templates/mail/deviceOnline.vm
@@ -0,0 +1,9 @@
+#set($subject = "$device.name: online")
+<!DOCTYPE html>
+<html>
+<body>
+Device: $device.name<br>
+Online<br>
+Time: $event.serverTime<br>
+</body>
+</html>