We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pkg/validator/validator.go validates emails with a big long regexp; this probably does more harm than good:
pkg/validator/validator.go
We can probably confirm the address has an @ in it and leave it at that.
The text was updated successfully, but these errors were encountered:
we could use https://www.mailgun.com/email-validation, at least for the SaaS
Sorry, something went wrong.
No branches or pull requests
pkg/validator/validator.go
validates emails with a big long regexp; this probably does more harm than good:We can probably confirm the address has an @ in it and leave it at that.
The text was updated successfully, but these errors were encountered: