Amazon SES - Count Email sent out Statistics

时光毁灭记忆、已成空白 提交于 2019-12-02 04:35:08

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.

Amazon shows statistics in Web Interface of bounce, spam, rejected... based on SES regions. No matter if one sender or multiple senders use that particular region, SES will combine them all. You can check bounces, ooto... for a particular sender by creating an SNS notification. Like it or not, you'll eventually need to store that data in a db or any other safe place. Then you can play with d3 :-)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!