Validator
Validator helps to know if the mail is valid or not
Installation
Install The libraries
pip install requests bs4 colorama
Usage
Create a new python file
import Validator
Validator("[email protected]")
# You can also use for loop to checks multiples emails
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Note:
I create this for marketing so I get which email is valid or no I am not responsible for anything.