Update services/notifications/README.md

Co-authored-by: Martin <github@diemattels.at>
This commit is contained in:
Roman Perekhod
2023-04-17 17:24:31 +02:00
committed by GitHub
co-authored by Martin
parent c3844fbb04
commit 3bf85c22bf
+1 -1
View File
@@ -6,7 +6,7 @@ The notification service is responsible for sending emails to users informing th
The `notifications` service has embedded email body templates. The `notifications` service has embedded email body templates.
The email templates contain placeholders `{{ .Greeting }}`, `{{ .MessageBody }}`, `{{ .CallToAction }}` that are The email templates contain placeholders `{{ .Greeting }}`, `{{ .MessageBody }}`, `{{ .CallToAction }}` that are
replaced with translations (See [Translations](#translations) in this readme). replaced with translations, see the [Translations](#translations) section.
These embedded templates are available for all deployment scenarios. In addition, the service supports custom These embedded templates are available for all deployment scenarios. In addition, the service supports custom
templates. templates.
The custom email template takes precedence over the embedded one. If a custom email template exists, the embedded ones The custom email template takes precedence over the embedded one. If a custom email template exists, the embedded ones