Validate Email in php [duplicate]

Solution 1:

That is verification rather than validation, and yes it is possible and here is a tutorial which shows how you go about it.

Solution 2:

No, the only way you can truly validate an email is to send it an email containing a validation link.