Hi Team,
I have issue for registration user having email id as below
电买开东车红马无鸟热时语假罐佛惠@gmail.com
電買開東車紅馬無鳥熱時語假@gmail.com
缶仏恵徳拝黒氷兎妬壌毎歩听@gmail.com etc
user not able to register using above email ids.
I have also check the "user_validate_mail" function inside the user.module but it was internally using ")filter_var($mail, FILTER_VALIDATE_EMAIL);" function of PHP.
Please any one help to resolve the issue.
Comments
Comment #1
NagendraSwami commentedi think the filter work as per language you are using on site, if you are using these mail id then the language of your site should be related to china or as per email id. thanks
Comment #2
ajaynimbolkar commentedThanks For replay.
I was using as per the language and registering on site but i want work.
Please any one help to resolve the issue.
Comment #3
dawehnerNote: In Drupal 8 we use https://github.com/egulias/EmailValidator to solve those kind of problems.
Comment #4
ajaynimbolkar commentedHi Team,
Please help on this issue.
Thanks,
Ajay
Comment #5
cilefen commentedThis issue is a duplicate of #1427516: valid_email_address() rejects valid email addresses.