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

Validate Email address with sign up before sending verification emails #327

Open
mohamed-abdelrhman opened this issue Feb 14, 2024 · 0 comments

Comments

@mohamed-abdelrhman
Copy link
Collaborator

Issue Description

within sign up method we use SendGrid to dispatch email verifications to the new users.
currently, the server does not perform any validation checks if the provided email addresses are valid.
which can lead to spam our send-grid plan.

Requirements

Before an email verification is sent out, the server should validate the email address

Proposed Changes

Implement email verification strategy that implements

  • validate email syntax errors
  • look for non-existent or invalid domains
  • identify spam traps real-looking but invalid addresses
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant