php - Bulk Email Validator -


i wish either make use of freely available email validator (software, script or online service). if not exist, there free php classes can make use of validate email addresses?

i have 100 emails , before send these emails check validity. don't want server blacklisted because of bounce backs.

please note, not looking a syntax checker. talking dns , smtp validation.

the ideal solution php script or can setup locally or on server.

thanks help

try running gethostbyname() on whatever after @ , if doesnt return ip, not valid dns


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -