Check Email Validation

Hey!

Today am sharing with you a Python script that can helps you verify if an email address is valid or not.. The script reads the email address from a text file, so you can make the script check as many emails as your file contain..

For now the text file need to have an address per line, I'll try to change that soon..

Here is the script, you can find how to use it in the commented lines..

As it's mentionned in the commants, the script was forked from an other script created by Neal Shyam take a look at it, maybe you'll find that his script is more useful to you than mine :)

links

social