You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Both things should be controllable with a command-line switch, both off by default.
The text was updated successfully, but these errors were encountered: