/email_validator

A simple script to check your emails list using python.

Primary LanguagePythonMIT LicenseMIT

Email Validator

A simple script to check your emails list using python.

Features

  1. Multiprocessing.
  2. Simple.

Installation

For Windows:

  1. Download python 2.x/3.x
  2. During the installation add python to your path, how to ?

For Linux/Unix:

  1. No problems, python already installed.

Usage

python email.py list.txt 50

 1. list.txt: Your list of emails.
 2. 50 : Number of threads exemple -> 50, 100, 150

alt text

License

MIT