You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever we send digests on Tuesdays, HCB gets spammed with hundreds of "Delivery Status Notification (Failure)" emails.
When we receive these notifications, it generally means the email bounced (e.g. email address no longer valid), or there was a complaint (marked as spam). Because of this, we want to unsubscribe the user. Currently, these notifications get sent to [email protected].
By sending the SES Feedback notification to a AWS SNS Topic, we can then programmatically unsubscribe these users.
To provide a bit more info, this Rails app should subscribe to the SNS topic (such as via a webhook) — or even a nightly job is fine — to then process these notifications
Whenever we send digests on Tuesdays, HCB gets spammed with hundreds of
"Delivery Status Notification (Failure)"
emails.When we receive these notifications, it generally means the email bounced (e.g. email address no longer valid), or there was a complaint (marked as spam). Because of this, we want to unsubscribe the user. Currently, these notifications get sent to
[email protected]
.By sending the SES Feedback notification to a AWS SNS Topic, we can then programmatically unsubscribe these users.
https://docs.aws.amazon.com/ses/latest/dg/notification-contents.html
https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications-sns.html
follow up with @MelSmith104 and @alexdevz once completed
The text was updated successfully, but these errors were encountered: