I am working on an integration test for a code that sends some email on some events. I want to simulate the events that led to sending of email and want to verify the content of the email sent. How do I do that with AWS SES?
I saw the mailbox simulator, but all i could see is that it can simulate the response codes for successful delivery, or rejections. What does it take to read the content of those mails sent to the mailbox simulator?