Skip to content

REQUIREMENTS FOR DISABLING EMAIL FEEDBACK FORWARDING

0

Hi. When we send out emails, we get the bounces and auto replies sent back to us. I see I can disable the Email feedback forwarding. Our CRM updates the bounces and unsubscribes, but it looks like I need to set up an Amazon SNS Topic Notifications Configure Amazon SNS topics to receive bounce and complaint notifications. I am on the page to do this, but I'm not sure what the categories drop down is for?: Management Monitoring Security Configuration Pending

Otherwise, I have to set up an event publishing thing to send notifications about bounces, complaints, deliveries, and other events to an Amazon SNS topic or Kinesis Data Firehose stream. I really don't understand what SNS is exactly or event publishing. The documents in AWS are a hard to understand. Do the bounces go to an SNS email or event publishing email instead of being emailed back to us?

1 Answer
0

You're correct that to disable email feedback forwarding in Amazon SES, you must first set up an alternative method to receive bounce and complaint notifications. This is a requirement - you cannot simply turn off email feedback forwarding without having another notification method in place.

Regarding your options:

Amazon SNS (Simple Notification Service) is a messaging service that can send notifications to various endpoints, including email addresses. When you set up SNS topics for bounces and complaints, Amazon SES will publish notifications to these topics instead of forwarding them as emails to your Return-Path address. You can then subscribe an email address to these SNS topics to receive the notifications. So yes, the bounces would go to whatever email address you subscribe to the SNS topic, rather than being emailed back to your original sender address.

Event Publishing is another method where you can send bounce, complaint, delivery, and other email events to either an SNS topic or a Kinesis Data Firehose stream. If you use event publishing, you must apply the configuration set containing the event publishing rule to each email you send.

The key difference: With SNS topic notifications, you're setting up notification endpoints at the identity level (for your verified email address or domain). With event publishing, you're using configuration sets that you apply to individual emails.

For your use case where your CRM handles bounces and unsubscribes, setting up SNS topics for bounces and complaints would be the simpler approach. Once you have SNS topics configured for both bounces and complaints, you can then disable email feedback forwarding. The category dropdown you're seeing is likely for organizing your SNS topics, but this is just for your own organizational purposes within AWS.

Important: You must configure SNS topics for BOTH bounces AND complaints before you can disable email feedback forwarding.
Sources
Receiving Amazon SES notifications through email - Amazon Simple Email Service
Amazon SES notifications sent by email - Amazon Simple Email Service
SetIdentityFeedbackForwardingEnabled - Amazon Simple Email Service

answered 13 days 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.