Amazon SES - Count Email sent out Statistics

本小妞迷上赌 提交于 2019-12-02 15:21:51

问题


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. AWS console combine all send,bounce, ... together.

So How can I find out how many emails sendout from one of my domains ?

I dont want to do this on my own database.


回答1:


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.




回答2:


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 :-)



来源:https://stackoverflow.com/questions/29169242/amazon-ses-count-email-sent-out-statistics

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