email-checker icon indicating copy to clipboard operation
email-checker copied to clipboard

Diffrent result on windows and linux system.

Open deeepakumar opened this issue 3 years ago • 1 comments

Hi, I'm trying to validate emails but i'm getting different result on Windows(Win 10 x64) and Linux(Ubuntu 18.04.5 LTS) system.

[email protected] [email protected] [email protected]

On Linux I'm getting all 3 as valid email id and on windows only last one as valid.

In reality only last one is valid email id.

Window is my personal PC and Linux is production server.

Please help, thanks.

deeepakumar avatar May 23 '21 09:05 deeepakumar

Same here. Works well on Windows. Seems to validate only domains on Linux, except gmail (In my case, it validates gmail emails correctly on Linux, but not other domains). I use CentOS 7

If anyone wants to take a look: https://github.com/tintnaingwinn/email-checker-php/blob/master/src/EmailChecker.php#L144-L173

stanleyume avatar Aug 14 '21 21:08 stanleyume