Question

I have a customer who has his own AWS/SES account to send emails using SES.

We have our own AWS account to host our servers and to use SNS/SQS.

We setup his SES verified sender email to send SNS notifications about Bounces and Complaints to our SNS Topic, and subscribed our SQS Queue to our SNS Topic.

We thought everything was working fine, we even received a message in our queues (one for bounces, another for complaints) about SES setup subscription.

The problem is, we haven't received the notifications. We receive those notification by email, but no notification is arriving in our SQS Queue at all.

If I send a test bounce from Console Panel to bounce@simulator.amazonses.com or complaint@simulator.amazonses.com from my client account Console Panel, I receive a new SQS notification in my (account) queue with the bounced message, but I still won't receive the real bounces/complaints.

Ideas?

Was it helpful?

Solution

Just found out.

We were sending the emails from email address "A" and setting a reply-to to email address "B".

All bounce notifications are sent to the reply-to address... once we setup SNS/SQS notifications to the reply-to address, notifications started flowing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top