Remix.run Logo
9dev 5 days ago

> Attempt to verify an email with a regular expression.

  .+@.+
That one always seemed sufficient for me, every issue after that is the users problem
jedberg 5 days ago | parent | next [-]

Obviously there is a bit of nuance here, but the best rule of thumb is use a regex and then warn the user that it doesn't look valid but still accept it if it doesn't pass, and then send an email to verify it.

1718627440 2 days ago | parent | prev | next [-]

Except email addresses don't need to have an "@".

4 days ago | parent | prev [-]
[deleted]