zytzagoo / smtp-validate-email

A PHP library for performing email addresses validation via SMTP
GNU General Public License v3.0
446 stars 157 forks source link

how to verify emails in bulk #81

Open M3d-Edge opened 1 year ago

M3d-Edge commented 1 year ago

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

xandortelvanyx commented 8 months ago

use foreach Loop :

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

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