This repository contains all the information about how to check a bulk of E-mails for validity by sending requests to the respective mail servers and receiving those requests and outputting them in a terminal application.
python dns.resolver
python smtplib
python socket
python re
python string
python random
python httplib or http.client
input: mail_address.txt (non-dynamic)
Input file consists of the list of emails that are to be tested.
output: terminal
Module runs on the terminal successfully upon the file being invoked from the terminal, if all the python library dependencies are met. Checks each email from the 'mail_address.txt', gives the respective outputs in the terminal.
Domain exceptions: Microsoft Servers (Live, Hotmail, Outlook). Exceptions are handled