test sending emain

This commit is contained in:
2024-08-21 09:39:34 +02:00
parent 21c5f42aff
commit 2642f706bf
4 changed files with 55 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}