test sending emain
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
{{ define "body" }}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
</head>
|
||||
<body>
|
||||
<p>Hello:</p>
|
||||
<p>You recently requested a link to reset your password.</p>
|
||||
<p>Click on the link below to get started:</p>
|
||||
<p>
|
||||
<a href="{{.Link}}">{{.Link}}</a>
|
||||
</p>
|
||||
<p>
|
||||
--
|
||||
<br>
|
||||
Widget Co.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
{{ end }}
|
||||
|
@ -0,0 +1,12 @@
|
||||
{{ define "body" }}
|
||||
Hello:
|
||||
|
||||
You recently requested a link to reset your password.
|
||||
|
||||
Click on the link below to get started:
|
||||
|
||||
{{.Link}}
|
||||
|
||||
--
|
||||
Widget Co.
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user