1 Answer
- Newest
- Most votes
- Most comments
0
While you cannot directly add CC or BCC in the AWS::Cognito::UserPool::EmailConfiguration, you can configure SES to send feedback notifications to SNS topics and subscribe admin email addresses to these topics. This ensures that admin users are notified whenever emails are sent by Cognito.
Use the SourceArn property to specify the ARN of an identity in Amazon SES that has been verified for use with SES. It can be an identity representing an email address or a domain.
answered 2 years ago
Relevant content
asked 4 years ago
asked 3 years ago

Hi Nitin
Thanks a lot for your answer, I wonder though, does configuring SNS notifications for SES email delivery require writing Lambda functions? Or it is just as simple as editing CFT files or settings in AWS management console? It does not that much, but I am just trying to estimate how much time and effort this will be.