Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

You've got it backwards-- the use case is to catch things like "grandma@aol" and "foo@@bar,com". If we just check for "@" then we'd send email into the void. Instead, we check for more specifics, and we prompt the user to correct the email address. This improves our response rate about 2% which for us is significant.


But grandma@aol is a valid email address (if aol were to become a proper TLD with an MX record).


Hahah yes you're correct. We do client-side auto-suggest on email validation, so we can ask "Did you mean to type grandma@aol.com"?

We have seen a real email address without any dot, and it routes successfully to a TLD MX exactly like you describe so yes, it does happen. :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: