email-checker
email-checker copied to clipboard
Diffrent result on windows and linux system.
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.
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