Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to track how many times an email was opened in amazon SES through API?

How will i track how many times email sent through Amazon SES was opened ?Is there any API i will need to consider?I figured out the complain and bounce myself and i figured out we can associate SES with SNS but i need the click rate too.Please assist.

like image 466
Mohith Shrivastava Avatar asked Apr 30 '13 18:04

Mohith Shrivastava


1 Answers

You can't. SES, like any Internet mail sending system, has no idea whether a message is ever opened. It can't even be certain a message was delivered. People who want to know when a message is opened embed image links (often to invisible images) and track how often those images are fetched from their web server.

And even that doesn't work for users who configure their email program to not fetch images.

like image 123
Charles Engelke Avatar answered Sep 20 '22 05:09

Charles Engelke