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

Introduce rate limiting options #82

Open
otizonaizit opened this issue Aug 29, 2019 · 0 comments
Open

Introduce rate limiting options #82

otizonaizit opened this issue Aug 29, 2019 · 0 comments

Comments

@otizonaizit
Copy link
Member

Nowadays SMTP servers are more and more strict about how many emails you can send within a session and within a certain time. We should support this in massmail. We need two things:

  • limit the number of emails per SMTP session
  • limit the send-rate by introducing a time.sleep after sending every single email

Both things should be controllable with a command-line switch, both off by default.

otizonaizit pushed a commit to erionc/massmail that referenced this issue Sep 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant