This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
Rate-limit sending of e-mails #2992
Labels
S-Major
Major functionality / product severely impaired, no satisfactory workaround.
T-Enhancement
New feature of request
Users spamming themselves is still undesirable, but less awful. But worth noting this probably still impacts the sender reputation so we should control that too.
For updates like 'your password has been changed' etc, I think the best way to do that might be to roll-up multiple updates into one e-mail, if we are past the limit. This is probably something that would need to shift to a different issue.
For my own IdP project I have used the
governor
crate and that seemed to do the business.This kind of thing could also be done in the reverse proxy (e.g. nginx can do it) but it's probably best to have it work out of the box, given we don't want to make it hard for operators to set up.
The text was updated successfully, but these errors were encountered: