ReactiveRaven / jqBootstrapValidation

A JQuery validation framework for bootstrap forms.
http://reactiveraven.github.io/jqBootstrapValidation
MIT License
1.35k stars 336 forks source link

The email xxx@xxx......com is correct? #201

Open dardos opened 7 years ago

dardos commented 7 years ago

I don't know why, but it's true! You can put how many dots do you want and it's correct.

xxx@xxx..........com......br

Send the success message but the email never goes to the inbox. Anyone to help it?

Thanks

sambostock commented 7 years ago

The email validation also fails for TLDs with more than for letters, which includes some of the newer ones.

For example, john.smith@example.company fails validation, but is a valid email address.

That said, this repository hasn't been updated in years, so we're better off rolling our own regex, or switching to another validation plugin.