Email verifier written in Python that utilizes SMTP to connect to a mail server and test if an email is valid.
Run the following command to install the necessary dependencies.
pip3 install -r requirements.txt
Create an input.txt
file containing one email per line
Be sure to add a blank line at the end of the file
Then, just run the program and wait:
$ python3 verifyemails.py
example@mail.example.com
randomemail123@gmail.com
example@mail.example.com,exists
randomemail123@gmail.com,doesn't exist