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

Webhook Listener Fails to Distinguish Emails Sent from Different Domains #83

Open
brenonsc opened this issue May 8, 2024 · 1 comment

Comments

@brenonsc
Copy link

brenonsc commented May 8, 2024

Currently, the handling of webhooks does not adequately differentiate between emails sent from distinct domains when utilizing the same account. This results in webhooks intended for one domain continuing to listen to email sends from other domains associated with the same account.

Potential Solution:
Implement a mechanism to ensure that webhooks are bound strictly to the domain they are configured for, thereby preventing cross-domain triggering.

@bukinoshita
Copy link
Member

Currently, the handling of webhooks does not adequately differentiate between emails sent from distinct domains when utilizing the same account. This results in webhooks intended for one domain continuing to listen to email sends from other domains associated with the same account.

Potential Solution: Implement a mechanism to ensure that webhooks are bound strictly to the domain they are configured for, thereby preventing cross-domain triggering.

Great suggestion, that's definitely a valid feature.
In the meantime is it possible to handle which webhooks you receive by looking at the from. I just opened a ticket as a feature request for this.

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