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
@vipulnsward In Miru, We have a super admin account with access to the administrator dashboard, where we can create a rate limiter page and set the number of emails that can be sent from an user account within a specific timeframe.
We can implement this rate limit check at the mailer level, as it will make it easier to log sent emails and manage the limits.
This email rate limiter will apply only to emails triggered by users and not to automated emails sent by our system.
Questions:
What time interval should we set for resetting the email rate limit? per hour or per minute?
What should be the default number of emails allowed within this timeframe?
Is your proposal related to a problem?
Describe the solution you'd like
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: