I sent a few emails using Amazon SES and I have their Message IDs (as generated by Amazon SES).
Given these Message IDs, I would like to query the Amazon SES API and get the details of the email I sent (i.e., email body, subject, from, to).
How do I go about doing so?
If it helps, I am using the boto3 library for Python.
Thanks