summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/PostResource/commentNotificationMail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/PostResource/commentNotificationMail.txt')
-rw-r--r--src/main/resources/templates/PostResource/commentNotificationMail.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/templates/PostResource/commentNotificationMail.txt b/src/main/resources/templates/PostResource/commentNotificationMail.txt
new file mode 100644
index 0000000..a226106
--- /dev/null
+++ b/src/main/resources/templates/PostResource/commentNotificationMail.txt
@@ -0,0 +1,9 @@
+{@int postId}
+{@eu.mulk.mulkcms2.benki.lazychat.LazychatMessage comment}
+New Comment
+===========
+
+Link: <https://matthias.benkard.de/posts/{postId}#comment-{comment.id}>
+{#if comment.owner != null}Author: {comment.owner.firstName}{/if}
+
+{comment.text.content}