- Newest
- Most votes
- Most comments
The issue you're experiencing with not receiving SNS subscription confirmation emails on Microsoft 365 (Outlook) is a common problem that can occur due to various reasons. Unfortunately, AWS SNS doesn't provide detailed logs for email delivery issues that would allow them to check why your specific emails aren't being delivered.
Here are some potential causes and solutions to try:
-
Microsoft 365 filtering settings: While you've added "amazonaws.com" to allowed domains and "no-reply@..." to allowed senders, there might be additional filtering settings blocking these emails. Check for any other email filters or security settings in Microsoft 365 admin center that might be blocking these confirmation emails.
-
Check spam folders: Verify that the confirmation emails aren't being routed to spam or junk folders.
-
Alternative confirmation method: Instead of waiting for the confirmation email, you can manually confirm the subscription using the AWS CLI or SDK with the
confirm-subscription
command. This bypasses the need for the confirmation email. -
Try a different AWS region: Some users have reported issues with SNS confirmation emails from specific regions. If you're using eu-west-2 (London) region, for example, try creating the subscription in a different region like eu-central-1 or us-east-1.
-
Check for automatic unsubscription: Some spam filters might automatically cancel subscriptions. You can configure your SNS topic to prevent automatic unsubscribes.
-
Request confirmation again: In the AWS Management Console, select the subscription and choose "Request confirmation" to attempt sending the confirmation email again.
If these steps don't resolve the issue, you may need to contact AWS Support for further investigation, as there might be account-specific issues they need to address.
Sources
SNS Subscription Confirmation Email not received | AWS re:Post
No confirmation email from AWS SNS in London area | AWS re:Post
SNS Email Subscription Automatically Deactivated After Confirmation | AWS re:Post
Use ConfirmSubscription with an AWS SDK or CLI - Amazon Simple Notification Service
Relevant content
- asked a year ago
- asked 9 months ago