Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with tracking SES email opens/clicks for a bulk email #235

Open
jmyre1999 opened this issue Feb 2, 2022 · 2 comments
Open

Problems with tracking SES email opens/clicks for a bulk email #235

jmyre1999 opened this issue Feb 2, 2022 · 2 comments

Comments

@jmyre1999
Copy link

I recently implemented django-ses for an SES based email server. I have gotten my emails sending as expected, and I have set up the events subscriber so I may start logging successful deliveries, opens, and clicks. These event notifications are reaching my subscriber correctly.

One of the most common use cases for my email server is receiving a list of recipients to send to in bulk. When I receive an event notification, an open event for example, I want to check the specific recipient who opened the email. When looking through the mail_obj and raw_message parameters, I can only seem to find a list of all message recipients rather than just the specific recipient who triggered the event.

Am I missing something, or is this a limitation of SES? Thanks!

@0xRaduan
Copy link

curious about this as well, let me know if you figured out an answer to this, @jmyre1999.

I will switch from AWS SES, if there is no option to track it on a granular level.

@pcraciunoiu
Copy link
Contributor

If someone wants to PR an enhancement/feature for this, happy to review it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants