zytzagoo / smtp-validate-email

A PHP library for performing email addresses validation via SMTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to verify emails in bulk

M3d-Edge opened this issue · comments

Hello
i need to verify emails in bulk please is there any code that i can add to do this?

use foreach Loop :

$colors = array("red", "green", "blue", "yellow");

foreach ($colors as $x) {
echo "$x
";
}