Y
Hacker News
new
|
ask
|
show
|
jobs
by
kolya3
4768 days ago
I would rather lose a few users through a faulty regexp than lose double digit percentage through an email activation step.
4 comments
gkop
4768 days ago
No regexp in the world will tell you if an email address is real.
link
kiallmacinnes
4768 days ago
Of course - I doubt anyone (smart) has ever claimed that to be the case.
However, they can, if implemented correctly, tell you if the email address is syntactically valid.
link
andyhmltn
4768 days ago
Why check it's an email at all if you're just going to presume it works?
link
ianstallings
4768 days ago
Think about the repercussions of not using a validation email. Anyone can sign anyone else up. That's even more unacceptable IMHO.
link
arkitaip
4768 days ago
How many emails to asdasdasd@example.com or sdfsdf@gmail.com are you willing to pay for (the nickels add up)? What if someone uses my email address to sign up for your service?
link