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

Incoming mail stuck in a loop #129

Open
rjshreve opened this issue Dec 18, 2024 · 0 comments
Open

Incoming mail stuck in a loop #129

rjshreve opened this issue Dec 18, 2024 · 0 comments

Comments

@rjshreve
Copy link

I have been working on upgrading all of my project dependencies, including this one. I'm now using v4. I'm unsure if it's related to the upgrade of this package directly my project seems to be stuck in a loop of "receiving" emails.

I've sent a series of test emails to my project and those emails were received, processed, and shown in my "mailbox_inbound_emails" table in my database. The problem here is that they won't stop. I've confirmed my email (Gmail) is not sending the email again and I've also confirmed, by disabling inbound_parse webhook within Sendgrid, that they are not sending the data again but for some reason those emails from two days ago, which i can tell based on the date within the payload, continue to be run through my project, stored to the "mailbox_inbound_emails" table and get processed.

I've tried clearing caches in laravel, restarting queues, restarting servers, clearing queues, etc. I've even uninstalled laravel-mailbox (which obviously stops it) but it starts processing those old emails again once I re-install it.

Any help would be greatly appreciated.

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

1 participant