From 6c64c6e87a25b4d2339f2fd8d83fa4bc36d461f2 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 7 Dec 2016 14:15:18 +0500 Subject: Implement mail templates --- templates/mail/geofenceEnter.vm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/mail/geofenceEnter.vm (limited to 'templates/mail/geofenceEnter.vm') diff --git a/templates/mail/geofenceEnter.vm b/templates/mail/geofenceEnter.vm new file mode 100644 index 000000000..32ee153bc --- /dev/null +++ b/templates/mail/geofenceEnter.vm @@ -0,0 +1,10 @@ +#set($subject = "$device.name: has entered geofence") + + + +Device: $device.name
+Has entered geofence: $geofence.name
+Point: #if($position.address)$position.address#{else}$position.latitude°, $position.longitude°#end
+Time: $event.serverTime
+ + -- cgit v1.2.3