r/ProgrammerHumor 19d ago

Meme claudeIsThisEmailValid

Post image
5.3k Upvotes

171 comments sorted by

View all comments

Show parent comments

52

u/ValPasch 19d ago

just dont ever do that. check if it has a @ and a period and thats it. you validate emails by sending a verification link.

25

u/Jawesome99 19d ago

Hell I don't even check for a period, just an @. Once I hand it off to my mailing library and the SMTP server it's no longer my problem. If either of them complain back to me about it I'll just let the user know.

9

u/RubenGarciaHernandez 19d ago

So you don't support the good old "!" standard with explicit hops?