feat(invitation): add invite mail template

This commit is contained in:
OldHawk
2017-06-15 14:06:47 +08:00
parent 678b1b58fc
commit 6085847e15

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<p>Dear {{to_email}},</p>
<br />
<p>
Your friend [{{name}}] invited you to join {{appName}}
</p>
<p>Please visit this url to register your account:</p>
<p>{{url}}</p>
<p>Please note: the expiration time of this url is {{hours}} hours, please register as soon as possible</p>
<strong>If you didn't make this request, you can ignore this email.</strong>
<br />
<br />
<p>The {{appName}} Support Team</p>
</body>
</html>