diff options
author | Raphael Kabo <mail@raphaelkabo.com> | 2022-04-25 18:50:15 +0100 |
---|---|---|
committer | Raphael Kabo <mail@raphaelkabo.com> | 2022-04-25 18:50:15 +0100 |
commit | 168c2430e1e727429b76871cc32a9951e4391658 (patch) | |
tree | 34106e34b75e6ac5a1510e7e91fdbd6e552fef4b /views/emails | |
parent | a1227e63dce033558ead058e8c91a0928dfceeae (diff) |
feat: Event group updated email template
Diffstat (limited to 'views/emails')
-rw-r--r-- | views/emails/eventgroupupdated.handlebars | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/emails/eventgroupupdated.handlebars b/views/emails/eventgroupupdated.handlebars new file mode 100644 index 0000000..3231327 --- /dev/null +++ b/views/emails/eventgroupupdated.handlebars @@ -0,0 +1,8 @@ +<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">A new event has been added to the event group '{{eventGroupName}}' on {{siteName}}.</p> +<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">The event is <a href="https://{{domain}}/{{eventID}}">'{{eventName}}'</a>.</p> +<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Click here to see the event group: <a href="https://{{domain}}/group/{{eventGroupID}}">https://{{domain}}/group/{{eventGroupID}}</a></p> +<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Love,</p> +<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">{{siteName}}</p> +<hr/> +<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;"><strong>Hold up - I don't want to receive these emails any more!</strong></p> +<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">If you didn't subscribe yourself to this event group on {{siteName}}, someone may have accidentally typed your email instead of theirs. <a href="https://{{domain}}/unsubscribe/{{eventGroupID}}?email={{emailAddress}}">Click here to unsubscribe</a>.</p> |