diff --git a/plugins/notifications-backend-module-email/README.md b/plugins/notifications-backend-module-email/README.md index 3ccee8f1e8..ed5bc22af3 100644 --- a/plugins/notifications-backend-module-email/README.md +++ b/plugins/notifications-backend-module-email/README.md @@ -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'