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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -