-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create SES topic for bounced emails #1
Comments
Once you have deployed the Search for SNS in the available triggers: Once you have selected the SNS topic, click on the |
Once you have created the SNS Topic, visit the SES home page and click on Click on the verified email address you want to configure SNS notifications for: In the Select the SNS topic we created above for all the types of notification then click |
Configure a bounce event to an email address you know does not exist: Run the bounce event in the Lambda console: You will see a "success" message confirming that the The SNS bounce notification Now we can parse the notification! |
The detailed step-by-step instructions for are included in #4 🚀 |
Our mission is to create an SNS topic to "listen" for Bounce emails
http://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-sns-notifications.html
The text was updated successfully, but these errors were encountered: