Email Validator
It is an automation program that checks whether email addresses are real, whether they exist and whether they are a validated mail.
Required libraries: Selenium -> pip install selenium
Geckodriver in the project may not be the current version. Download the current version Geckodriver and add it to the project. https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html
Necessary information is included in Email-Validator.py.