Amazon SES - Count Email sent out Statistics

后端 未结 2 1960
-上瘾入骨i
-上瘾入骨i 2021-01-16 00:11

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

2条回答
  •  长发绾君心
    2021-01-16 00:35

    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.

提交回复
热议问题