prompt 4
This commit is contained in:
12
web/emails/templates/verify_email.html
Normal file
12
web/emails/templates/verify_email.html
Normal 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>
|
||||
Reference in New Issue
Block a user