Skip to content
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

Added Trusted email validation functionality in news letter form #372

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

ygowthamr
Copy link
Contributor

@ygowthamr ygowthamr commented Nov 1, 2024

PR Description: Implemented Email Domain Validation in News Letter Form

Fixes #366

  1. Added validation to allow only trusted email domains: gmail.com, outlook.com, yahoo.com, protonmail.com, icloud.com, tutanota.com, and more.
  2. Displays an alert message if the email is from an untrusted domain and blocks submission.
  3. Ensures data integrity by filtering spam and temporary emails.

@Harshdev098
Pls add level, gssoc-extd, hacktoberfest-accepted.

@Harshdev098 Harshdev098 merged commit e0d7a01 into Harshdev098:main Nov 2, 2024
1 check passed
Copy link
Contributor

github-actions bot commented Nov 2, 2024

🎉🎉 Thank you for your contribution! Your PR #372 has been merged! 🎉🎉

@Harshdev098 Harshdev098 added hacktoberfest This issue belongs to hacktoberfest gssoc-ext This issue is under GSSoc Ext program level2 level2 lebel for gssoc level hacktoberfest-accepted label for accepted PRs under hacktoberfest labels Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext This issue is under GSSoc Ext program hacktoberfest This issue belongs to hacktoberfest hacktoberfest-accepted label for accepted PRs under hacktoberfest level2 level2 lebel for gssoc level
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature : Implement Email Domain Validation in Newsletter
2 participants