We’d like to implement a system where we allow a limited amount of users registration per day. If more users sign up, we’d like to ask them to e-mail us instead unless they are on a white list email domain.
Is there a standard procedure to achieve this behavior already or does this need to be implemented on the application side?