Note that the validation could be stricter in some cases than required. The user name
is forced to be ASCII, which is not strictly required as of RFC 6531. It also does not
allow quotiations for the user name part (RFC 5321).
Invalid email adresses will cause an exception with the error description to be thrown.
Provides a simple email address validation.
Note that the validation could be stricter in some cases than required. The user name is forced to be ASCII, which is not strictly required as of RFC 6531. It also does not allow quotiations for the user name part (RFC 5321).
Invalid email adresses will cause an exception with the error description to be thrown.