first commit
This commit is contained in:
15
pkg/client/configs/mail-template-reset.html
Normal file
15
pkg/client/configs/mail-template-reset.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>{{.Title}}</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>Hello!</p>
|
||||
<p>This is a password reset email.</p>
|
||||
<a href="{{.Url}}">{{.Url}}</a>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user