Skip to content

A piece of python code that checks E-mails for validity by sending requests to the respective mail servers and receiving those requests and outputting them in a terminal application.

Notifications You must be signed in to change notification settings

mossydidar/Email-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email Validator

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 Version: 3.6.7

Library Dependencies :

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


Abstract:

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

About

A piece of python code that checks E-mails for validity by sending requests to the respective mail servers and receiving those requests and outputting them in a terminal application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages