diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-07 23:09:02 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-07 23:09:02 +1300 |
commit | 6cd8c6ccb5fc3549d3b34d397a7630cd7f2b865e (patch) | |
tree | b50cd6f8a4a38fb3d0bc73b8ee017d3f92c880a5 /templates/mail/commandResult.vm | |
parent | c674d90bc41e1a4b03fcc1779e711f8d8b79bf90 (diff) | |
parent | 23280c00e39bc1a7a899a6e2d5dda230f28a12b3 (diff) | |
download | trackermap-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/commandResult.vm')
-rw-r--r-- | templates/mail/commandResult.vm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/mail/commandResult.vm b/templates/mail/commandResult.vm new file mode 100644 index 000000000..084152158 --- /dev/null +++ b/templates/mail/commandResult.vm @@ -0,0 +1,9 @@ +#set($subject = "$device.name: command result received") +<!DOCTYPE html> +<html> +<body> +Device: $device.name<br> +Result: $position.getString("result")<br> +Time: $event.serverTime<br> +</body> +</html> |