From 3513cdd4f7acd3cc24115716d6e458fd736447c2 Mon Sep 17 00:00:00 2001 From: Colt McKissick Date: Mon, 1 Dec 2025 11:15:26 -0500 Subject: [PATCH] docs: update readme example to reflect config changes Signed-off-by: Colt McKissick --- plugins/notifications-backend-module-email/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/notifications-backend-module-email/README.md b/plugins/notifications-backend-module-email/README.md index c1ead48876..d56d277544 100644 --- a/plugins/notifications-backend-module-email/README.md +++ b/plugins/notifications-backend-module-email/README.md @@ -81,8 +81,7 @@ notifications: receiver: 'users' # Optional SES config # sesConfig: - # sourceArn: 'arn:aws:ses:us-west-2:123456789012:identity/example.com' - # fromArn: 'arn:aws:ses:us-west-2:123456789012:identity/example.com' + # fromEmailAddressIdentityArn: 'arn:aws:ses:us-west-2:123456789012:identity/example.com' # configurationSetName: 'custom-config' # How many emails to send concurrently, defaults to 2 concurrencyLimit: 10