419
Mo Validation Mo Problems
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Jokes aside, I have been blocked many times by overzealous email validation. Yes, my email has a plus sign in it. This is allowed under RFC5322, so deal with it. It is better to have no validation at all than incorrect validation.
The best email validation is just sending an email to whatever provided by the user. If user receives an email and validates it, than its validated.
Email address spec is convoluted and this is indeed the best way. Noobs and ninja do it this way, normies try to validate before sending email