daveearley / Email-Validation-Tool

An easy to use, accurate-ish & extensible email validation library for PHP 7+ 📧

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Case sensitive free emails

thetomcake opened this issue · comments

Hi Dave,

I noticed some free emails getting through our filter and could not figure out how it was happening until I started logging the data of the requests.

Turns out tom@gmail.com == free but tom@Gmail.com == not free. I can't see this on the docs and wasn't sure if this was deliberate or not?

Screenshot:
image

Happy to provide a PR if this is incidental, just wanted to confirm first.