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

Receive emails #257

Open
fabge opened this issue Sep 5, 2022 · 1 comment
Open

Receive emails #257

fabge opened this issue Sep 5, 2022 · 1 comment

Comments

@fabge
Copy link

fabge commented Sep 5, 2022

It would be great if django-ses would allow to also receive emails.
As far as I understand it, after setting up SNS, the only thing that is missing is adding another signal analog to the existing ones:

bounce_received = Signal()
complaint_received = Signal()
delivery_received = Signal()
send_received = Signal()
open_received = Signal()
click_received = Signal()

Something like mail_received?

@pcraciunoiu
Copy link
Contributor

pcraciunoiu commented Sep 5, 2022 via email

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

2 participants