Implement mailer and add welcome email for POP account
This commit is contained in:
parent
a6b926c9bf
commit
b582b10360
10 changed files with 170 additions and 3 deletions
19
mails/welcome.html
Normal file
19
mails/welcome.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Ton compte POP Vaud</h1>
|
||||
<div>
|
||||
Camarade,<br>
|
||||
<br>
|
||||
Ton compte POP Vaud a été créé.<br>
|
||||
Tu peux désormais réinitialiser ton mot de passe pour t'y connecter.<br>
|
||||
<br>
|
||||
Nom d'utilisateur: {{ .Person.Email }}<br>
|
||||
Mot de passe: <a href="{{ .ResetURL }}">{{ .ResetURL }}</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue