admin管理员组

文章数量:1391947

I'm trying to use SQS, SNS, and SES. In this case, when I send an email, I can see through SQS that it has been delivered successfully. However, I would also like to receive data when the email is opened, clicked, etc. I only receive information about the email being delivered, but no other metrics. I have them enabled, yet I’m not getting any data.

I'm trying to use SQS, SNS, and SES. In this case, when I send an email, I can see through SQS that it has been delivered successfully. However, I would also like to receive data when the email is opened, clicked, etc. I only receive information about the email being delivered, but no other metrics. I have them enabled, yet I’m not getting any data.

Share Improve this question asked Mar 12 at 21:33 backinbackin 213 bronze badges 1
  • 1 Most email clients don't return read receipts by default, so you won't see that data, and you're on to more clandestine techniques like tracking pixels. However, GMail and others block tracking pixels, or spoof the return data, so you won't see those either. This is part of a drive to protect user privacy. I.e. to prevent people like you spying on what users are doing. – Tangentially Perpendicular Commented Mar 12 at 21:53
Add a comment  | 

1 Answer 1

Reset to default 0

Did you checked every option in the SES configuration set?

https://docs.aws.amazon/ses/latest/dg/using-configuration-sets.html

Is the identity that you are using attached to the configuration?

本文标签: amazon snsI39m trying to use SESSNS and SQSStack Overflow