EmailValidator not working as expected

Just wanted to point out, if you type in me@here into the EmailValidator example, it is accepted as valid.

Hi @TimCadieux,

This is a valid email address according to the specification. We are using the official .NET email validator to validate it.

Yeesh, ok, that's kind of silly. I'll do a RegEx or something, thx


Also allows for spaces which is weird.