Skip to content

AWS Simple Email Service not sending emails to outlook.com or live.in from ap-south-1 region

1

I am unable to verify outlook.com or live.in mails with AWS SES. Not receiving the verification mail. The account is moved out of the sandbox and it is working when sending to other providers such as Gmail. The issue is present when using ap-south-1 region. If I select another region able to verify outlook.com mail. Kindly share your suggestions

2 Answers
1
Accepted Answer

There is an exception for region ap-south-1. You need to get out of the sandbox in a different region: ap-southeast-1 I found this exception here:

https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-email-phone-verification.html

SMS messages from Amazon Cognito user pools are routed through Amazon SNS in the same region unless noted in the following table.

Amazon Cognito RegionSupported SNS regions
US East (Ohio) us-east-2us-east-1
Asia Pacific (Mumbai) ap-south-1ap-southeast-1
Asia Pacific (Seoul) ap-northeast-2ap-notheast-1
Canada(Central) ca-central-1us-east-1
Europe (Frankfurt) eu-central-1eu-west-1
Europe (London) eu-west-2eu-west-1

Example: If your Cognito user pool is in us-east-1 region, you can update the Amazon SNS limit in us-east-1 region.

Example: If your Cognito user pool is in ap-south-1 region, you can update the Amazon SNS limit in ap-southeast-1 region.

answered 4 years ago
1

Please check and confirm your SPF and DKIM settings. I faced similar issue with AWS SES with office365, once I fixed the DKIM it started working properly.

For more information on AWS SES DKIM and SPF:

Also please check following:

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.