Email validation in PHP

Script to validate the existence of an email in PHP.

Script to validate the existence of an email in PHP.

This (PHP) library emulates sending an email by connecting to the SMTP server registered in the MX. This allows to check if an email address is usable before sending it emails. We can therefore use this script to validate mailing lists.

GitHub