https://github.com/azarboon/Email-Validator.git
This application receives list of emails, validates them against their syntax as well as their domain name, classifies and eventually writes them into output files.
Write your to-be-classified emails in the userInputs.txt file located at ``./src/main/resources`. Each line should have only email. After a successful run, the app creates three output files (as text) located at `./target``
For sake of clarity, I have put a list of emails in userInputs.txt, built and ran the application. So, you can see the output results