script writtenin python
This script will validate the email input by the user. It will check only by domain @domain
Some of the following domains are supported:
- @gmail.com
- @yahoo.com
- @hotmail.com
- @outlook.com
- @aol.com
- @icloud.com
- @protonmail.com
- @mail.com
- @zoho.com
- @yandex.com
This only validates the proper domain. It does not validate whetger the email "username" is actually existing. If you would like to add that functionality, fork the repository and make your changes.