dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes
https://dotmesh.com
Apache License 2.0
539 stars 29 forks source link

We should probably stop trying to validate email addresses #749

Open alaric-dotmesh opened 4 years ago

alaric-dotmesh commented 4 years ago

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.

lukemarsden commented 4 years ago

we could use https://www.mailgun.com/email-validation, at least for the SaaS