This commit is contained in:
fabio
2026-02-22 17:39:36 +01:00
parent be462b814c
commit ae48383dc8
13 changed files with 359 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="it">
<body style="font-family: Arial, sans-serif; line-height: 1.5; color: #111;">
<p>Ciao {{.UserEmail}},</p>
<p>abbiamo ricevuto una richiesta di reset password per <strong>{{.AppName}}</strong>.</p>
<p>Usa questo link per impostare una nuova password:</p>
<p><a href="{{.ResetURL}}">Reset password</a></p>
<p>Se non hai richiesto questa operazione, ignora questa email.</p>
<hr>
<p>{{.AppName}}<br><a href="{{.BaseURL}}">{{.BaseURL}}</a></p>
</body>
</html>

View File

@@ -0,0 +1,10 @@
Ciao {{.UserEmail}},
abbiamo ricevuto una richiesta di reset password per {{.AppName}}.
Usa questo link per impostare una nuova password:
{{.ResetURL}}
Se non hai richiesto questa operazione, ignora questa email.
{{.AppName}}
{{.BaseURL}}

View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="it">
<body style="font-family: Arial, sans-serif; line-height: 1.5; color: #111;">
<p>Ciao {{.UserEmail}},</p>
<p>benvenuto su <strong>{{.AppName}}</strong>.</p>
<p>Per verificare la tua email clicca qui:</p>
<p><a href="{{.VerifyURL}}">Verifica email</a></p>
<p>Se non hai richiesto questa operazione, puoi ignorare questo messaggio.</p>
<hr>
<p>{{.AppName}}<br><a href="{{.BaseURL}}">{{.BaseURL}}</a></p>
</body>
</html>

View File

@@ -0,0 +1,10 @@
Ciao {{.UserEmail}},
benvenuto su {{.AppName}}.
Per verificare la tua email visita questo link:
{{.VerifyURL}}
Se non hai richiesto questa operazione, puoi ignorare questo messaggio.
{{.AppName}}
{{.BaseURL}}