1 2 3 4 5 6 7 8 9
#set($subject = "$device.name: status is unknown") <!DOCTYPE html> <html> <body> Device: $device.name<br> Status is unknown<br> Time: $event.serverTime<br> </body> </html>