Files
servicebase/pkg/client/configs/mail-template-reset.html
2025-11-18 17:48:20 +08:00

15 lines
262 B
HTML

<!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>