diff options
Diffstat (limited to 'templates/mail')
-rw-r--r-- | templates/mail/test.vm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/mail/test.vm b/templates/mail/test.vm new file mode 100644 index 000000000..8c06f96a7 --- /dev/null +++ b/templates/mail/test.vm @@ -0,0 +1,7 @@ +#set($subject = "Traccar test message") +<!DOCTYPE html> +<html> +<body> +Test message +</body> +</html> |