From 6085847e155d8cf0fe0d72ad871a2049cd2d64c7 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Thu, 15 Jun 2017 14:06:47 +0800 Subject: [PATCH] feat(invitation): add invite mail template --- .../invite-sign-up-email.server.view.html | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 modules/invitations/server/templates/invite-sign-up-email.server.view.html diff --git a/modules/invitations/server/templates/invite-sign-up-email.server.view.html b/modules/invitations/server/templates/invite-sign-up-email.server.view.html new file mode 100644 index 00000000..8bc5503e --- /dev/null +++ b/modules/invitations/server/templates/invite-sign-up-email.server.view.html @@ -0,0 +1,23 @@ + + + + + + + + +

Dear {{to_email}},

+
+

+ Your friend [{{name}}] invited you to join {{appName}} +

+

Please visit this url to register your account:

+

{{url}}

+

Please note: the expiration time of this url is {{hours}} hours, please register as soon as possible

+ If you didn't make this request, you can ignore this email. +
+
+

The {{appName}} Support Team

+ + +