Update email templates
This commit is contained in:
parent
b582b10360
commit
a4b6b3cb1e
3 changed files with 83 additions and 21 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue