Update email templates

This commit is contained in:
William Bouzourène 2026-05-06 08:02:34 +02:00
parent b582b10360
commit a4b6b3cb1e
Signed by: bouzoure
GPG key ID: 423440D735B56BE2
3 changed files with 83 additions and 21 deletions

View file

@ -49,7 +49,7 @@ func SendWelcomeMail(person models.Person) error {
return err
}
msg.Subject("Ton compte POP Vaud")
msg.Subject("Ton compte POP Vaud a été créé")
msg.AddTo(person.Email)
err = msg.SetBodyHTMLTemplate(tplHTML, inputValues)