Update README

Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
Jonathan Mezach
2025-02-11 08:05:17 +01:00
parent 62d84a1a45
commit c717b36cba
@@ -2,7 +2,7 @@
Adds support for sending Backstage notifications as emails to users.
Supports sending emails using `SMTP`, `SES`, `sendmail`, or `stream` (for debugging purposes).
Supports sending emails using `SMTP`, `SES`, `azure`, `sendmail`, or `stream` (for debugging purposes).
## Customizing email content
@@ -61,6 +61,12 @@ notifications:
# accessKeyId: 'my-access-key
# region: 'us-west-2'
# Azure Communication Service
# transportConfig:
# transport: 'azure'
# endpoint: 'https://my-endpoint.communication.azure.com'
# accessKey: 'my-access-key' Optional: if not provided, Managed Identity will be used
# sendmail
# transportConfig:
# transport: 'sendmail'