|
|
|
|
|
by Freak_NL
2499 days ago
|
|
Please read up on present day email address validation. If you have a regex that is doing more than ^.+@.+$, then you are doing it wrong. Don't validate the address beyond looking for an '@' in the string; just send an email with a confirmation link to see if it actually works. |
|