Reputation: 11
I am using AWS SES to send emails. I migrated from mailgun to SES recently. The thing is, I am trying to get the logs of every email that is being sent, the way it was in mailgun. I can also see the statistics on cloudwatch, but I want logs. How can we achieve that?
Upvotes: 1
Views: 2921
Reputation: 3180
You can use any of the following options:
Amazon has a tutorial on implementing this process at the link below.
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/event-publishing-kinesis-analytics.html
Amazon has a reference guide on implementing this process at the link below:
https://aws.amazon.com/premiumsupport/knowledge-center/ses-email-event-logs/
Upvotes: 1