Update services/notifications/README.md
Co-authored-by: Martin <github@diemattels.at>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user