aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/auth/register_notify.tmpl
blob: dc9f5c8c9b96add2c26558031cc84196dda439f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>{{.Username}}, welcome to {{AppName}}</title>
</head>

<body>
	<p>Hi <b>{{.Username}}</b>, this is your registration confirmation email for {{AppName}}!</p>
	<p>You can now login via username: {{.Username}}.</p>
	<p><a href="{{AppURL}}user/login">{{AppURL}}user/login</a></p>
	<p>© {{Year}} <a target="_blank" rel="noopener noreferrer" href="{{AppURL}}">{{AppName}}</a></p>
</body>
</html>