From c717b36cba1f3c46c254fee98087943b94c7641f Mon Sep 17 00:00:00 2001 From: Jonathan Mezach Date: Tue, 11 Feb 2025 08:05:17 +0100 Subject: [PATCH] Update README Signed-off-by: Jonathan Mezach --- plugins/notifications-backend-module-email/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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'