Closed axelrindle closed 3 years ago
@axelrindle Current behaviour of this library is verify if given email is valid or not. Could you give some example what response you expecting from the response
For example: If the email is too long, a message like the following could be returned:
The given email exceeds the maximum length of 256 characters!
Or just:
The given email is too long!
What about returning an error message to precisely indicate what is wrong with the given value instead of just returning
true
orfalse
?