Improve mail service

This commit is contained in:
2024-09-03 21:09:34 +02:00
parent a51282eeec
commit 31669da26d
8 changed files with 290 additions and 39 deletions

View File

@ -0,0 +1,13 @@
{{ define "body" }}
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
</head>
<body>
<p>{{.message}}</p>
</body>
</html>
{{ end }}

View File

@ -0,0 +1,3 @@
{{ define "body" }}
{{.message}}
{{ end }}