Ask HN: Registration email confirmation, good or bad?
I realize that a lot of people (including myself) get really irritated when they have to confirm their email address upon registration. The email (mostly) goes to the spam/junk and the user gets annoyed and leaves. Plus it doesnt seem to serve any purpose.
I am recently making some updates to my site and I was wondering if its a good idea to remove the email confirmation upon registration. Are there any disadvantages to this approach?
11 comments
[ 3.4 ms ] story [ 36.6 ms ] threadI'm considering dropping email verification, but I believe that 80% I get now is a very good rate.
Biggest thing to consider is your MTA. You have to have SPF at a minimum and domainkeys is getting pretty important too. Outsource your email if you can.
Only that it's the most common method of recovering or verifying an account if something goes wrong (e.g. forgotten password).
Doesn't necessarily mean it has to be part of registration though.
Have you considered using OpenID? You can get the user's email from that.
oldgregg is bang on target...and I would second his notion.