From 36f8522d5432a389970610c5eeece85efd9d324a Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Tue, 16 May 2023 11:00:35 +0100 Subject: Create email text and html templates --- views/emails/addEventComment/addEventCommentHtml.handlebars | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 views/emails/addEventComment/addEventCommentHtml.handlebars (limited to 'views/emails/addEventComment/addEventCommentHtml.handlebars') diff --git a/views/emails/addEventComment/addEventCommentHtml.handlebars b/views/emails/addEventComment/addEventCommentHtml.handlebars new file mode 100644 index 0000000..8ab7ec1 --- /dev/null +++ b/views/emails/addEventComment/addEventCommentHtml.handlebars @@ -0,0 +1,7 @@ +

{{commentAuthor}} has just posted a comment on an event you're attending on {{siteName}}.

+

Click here to see the comment: https://{{domain}}/{{eventID}}

+

Love,

+

{{siteName}}

+
+

Hold up - I have no idea what this email is about!

+

If you didn't mark yourself as attending an event on {{siteName}}, someone may have accidentally typed your email instead of theirs. Don't worry - there isn't anything you need to do. Your email will be removed from the system when the event finishes.

-- cgit v1.2.3