Improve mail service
This commit is contained in:
13
mail-service/cmd/api/templates/mail.html.gohtml
Normal file
13
mail-service/cmd/api/templates/mail.html.gohtml
Normal 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 }}
|
3
mail-service/cmd/api/templates/mail.plain.gohtml
Normal file
3
mail-service/cmd/api/templates/mail.plain.gohtml
Normal file
@ -0,0 +1,3 @@
|
||||
{{ define "body" }}
|
||||
{{.message}}
|
||||
{{ end }}
|
Reference in New Issue
Block a user