feat: Move mail system to shared

This commit is contained in:
2026-07-28 09:50:46 +01:00
parent 03cf1715b2
commit dc0d6cb2d2
36 changed files with 1089 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{{define "title"}}New contact enquiry{{end}}
{{define "body"}}
{{template "lead" "Someone has used the contact form on the Vantage site."}}
{{template "rows" (list
(dict "k" "Name" "v" .Name)
(dict "k" "Email" "v" .Email)
(dict "k" "Servers" "v" .Servers)
(dict "k" "Topic" "v" .Topic)
(dict "k" "Received" "v" .Received))}}
{{template "note" .Message}}
{{end}}