Files
coder/coderd/notifications/dispatch/smtp/plaintext.gotmpl
Vincent Vielle fe24a7a4a8 feat(coderd): remove greetings from notifications templates (#16991)
This PR aimes to [fix this
issue](https://github.com/coder/internal/issues/448) -

The main idea is to remove greetings from templates stored in the DB -
and instead push it into the template for require methods - for now
SMTP.
2025-03-21 16:05:08 +01:00

7 lines
122 B
Go Template

Hi {{ .UserName }},
{{ .Labels._body }}
{{ range $action := .Actions }}
{{ $action.Label }}: {{ $action.URL }}
{{ end }}