Validating an Email Address with PHP’s filter_var isn’t perfect
So I’m working on a project where I need to validate that the user has entered a correct email address.
I don’t really care if someone sticks in a “fake” email address – to complete registration, the user needs to enter a confirmation code that I send via email, so if they put in a fake [...]

