I used SES to sending emails, I have more than 10 verified domains under Amazon SES service but my problem is, I dont have any Statistics for each email address or domain. A
Using SNS you can track how many mails are sent from a particular email address or domain and how many bounce back. You need to configure your SES with SNS and have an active endpoint for configured SNS, you can then do whatever you want to do with the data, of course you don't need to save it to DB you can save it in a flat file or anywhere you want.