Files
meanTorrent/modules/users/server/templates/sign-up-active-email.server.view.html

23 lines
549 B
HTML

<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<p>Dear {{name}},</p>
<br />
<p>
You have requested to sign up and register for your account at {{appName}}
</p>
<p>We should verify your email address, Please visit this url to active your account in {{hours}} hours:</p>
<p>{{url}}</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>