Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function isEmail($email) fails to recognize new TLDs. #12

Closed
grigutis opened this issue Dec 28, 2017 · 1 comment
Closed

function isEmail($email) fails to recognize new TLDs. #12

grigutis opened this issue Dec 28, 2017 · 1 comment

Comments

@grigutis
Copy link
Contributor

For example, .technology TLDs are not accepted. I see that there is an email validation filter in php that would work for this case:

filter_var($email, FILTER_VALIDATE_EMAIL)

but it won't recognize the default case of root@localhost.

@sphen13
Copy link
Contributor

sphen13 commented Aug 21, 2018

pushed to 2.3 branch

@sphen13 sphen13 closed this as completed Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants