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

SMTP retry does not handle rate limiting #20

Open
daniel-lerch opened this issue Dec 4, 2021 · 0 comments
Open

SMTP retry does not handle rate limiting #20

daniel-lerch opened this issue Dec 4, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@daniel-lerch
Copy link
Owner

Many SMTP servers of common hosting providers have rate limits that will hit in when sending mails to large mailing lists in OpenKool. For generic SMTP errors there is a retry implemented but that does not handle rate limits correctly. Currently all failed mails are retried every time the mailing task runs. Instead mailing should be paused completely if only one mail fails due to a rate limit.

@daniel-lerch daniel-lerch added the bug Something isn't working label Dec 4, 2021
@daniel-lerch daniel-lerch changed the title SMTP retry on error does not handle rate limiting SMTP retry does not handle rate limiting Dec 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant