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

Form::EMAIL not accept valid email address #1552

Open
luksh123 opened this issue Sep 8, 2018 · 1 comment
Open

Form::EMAIL not accept valid email address #1552

luksh123 opened this issue Sep 8, 2018 · 1 comment

Comments

@luksh123
Copy link

luksh123 commented Sep 8, 2018

Hi,

I have a problem with validation email address, when address contains dot before at - char.

[email protected] - this address will not be validate, although it is correct and functional.

I use Form::EMAIL validation rule on Nette\Forms\Controls\TextInput object. Last version of nette.

I don't know why somebody use this email address, but he is use it. I solve this problem with pattern, but it is not practical.

Thanks for solve.

@Tomas2D
Copy link

Tomas2D commented Sep 10, 2018

I think that [email protected] is not valid email address.
Look at RFC 5322.

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