From bee73aefdd1f041cbb77038ad6f74c9a76c56226 Mon Sep 17 00:00:00 2001 From: Spencer Dean Stolworthy Date: Tue, 11 Jun 2024 14:23:53 -0700 Subject: [PATCH] fix: typo requesting -> request --- .../build-a-backend/auth/moving-to-production/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/build-a-backend/auth/moving-to-production/index.mdx b/src/pages/[platform]/build-a-backend/auth/moving-to-production/index.mdx index dfe640fc09d..3f03ffceaba 100644 --- a/src/pages/[platform]/build-a-backend/auth/moving-to-production/index.mdx +++ b/src/pages/[platform]/build-a-backend/auth/moving-to-production/index.mdx @@ -40,7 +40,7 @@ All new AWS accounts default to a "sandbox" status with Amazon SES. This comes w -To get started with Amazon SES in production, you must first [requesting production access](https://docs.aws.amazon.com/ses/latest/dg/request-production-access.html). Once you submit your request the submission cannot be modified, however you will receive a response from AWS within 24 hours. +To get started with Amazon SES in production, you must first [request production access](https://docs.aws.amazon.com/ses/latest/dg/request-production-access.html). Once you submit your request the submission cannot be modified, however you will receive a response from AWS within 24 hours. After you have configured your account for production access and have verified your _sender_ email, you can configure your Cognito user pool to send emails using the verified sender: