Ask HN: Should I force users to validate their email address after signing up? I develop browser extensions that require people to create an account on my website in order to customize the extensions' behavior. A while back, someone told me I should simplify the registration process in order to improve the number of signups. So I only ask for an email address, first name, last name, and password. And there's no email validation. Turns out that about 50% of the account created are never used. So I email people a few times: - after one week to ask them if there was a problem - after two weeks to offer a free trial of the paid upgrade - after one month with a short user survey It appears that less than 5% of these emails generate an action from the inactive users. Is this normal ? Are most people entering fake email addresses ? Are most of my emails blocked by spam filters ? Should I force user to click a link sent to their mailbox right after registering ? Would that help my future emails go through their spam filter ? I would love to have your opinion on this... Thanks! |