We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It's pretty amazing that it caught many invalid emails that I threw at this validator.
The only one that it didn't catch, is something like this abc@.example.com The validator ignored the beginning . that was in front of the domain.
abc@.example.com
.
The above invalid email was, however, caught by the boto library i was using with AWS.
boto
It's pretty amazing that it caught many invalid emails that I threw at this validator.
The only one that it didn't catch, is something like this
abc@.example.comThe validator ignored the beginning
.that was in front of the domain.The above invalid email was, however, caught by the
botolibrary i was using with AWS.