39 lines
938 B
HTML
39 lines
938 B
HTML
<html>
|
|
<head>
|
|
<title>{1}</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
{2} {3}
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Congratulations!</strong>
|
|
</p>
|
|
|
|
<p>
|
|
We have created your new account on {0}, associated with {4}.
|
|
</p>
|
|
|
|
<p>
|
|
If you did not request this new account you can safely ignore this email.
|
|
This request will expire if not acted upon for 30 days.
|
|
</p>
|
|
|
|
<p>
|
|
Click the link below to create your password for your new account using our secure server.
|
|
</p>
|
|
|
|
<p>
|
|
<a href="{5}" title="password">{5}</a>
|
|
</p>
|
|
|
|
<p>
|
|
If the link above doesn't work, you can copy and paste the link directly into your browser's address bar.
|
|
</p>
|
|
|
|
<p>
|
|
Thanks!
|
|
</p>
|
|
</body>
|
|
</html>
|