-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address Validator Project Enhancement: Add Comprehensive Email Validation #328
Comments
I want to contribute to this enhancement |
I want to contribute to this enhancement which I have suggested. |
This issue was closed by mistake and is now reopened for further discussion. |
Greate !! |
i want to participate in this project |
hi hassan |
The current script only checks for the presence of "@" and ".", which is insufficient for robust email validation. I propose replacing it with a script that includes regex-based syntax checks, length validation, MX record verification, and support for internationalized domains. This enhancement will ensure more accurate and reliable email validation, improving overall functionality and user experience.
The text was updated successfully, but these errors were encountered: