Update README
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user