One of the most important mistakes that affects the bouncing rate of users for new services is not to send them a confirmation email.
First of all you need to validate any email address that your users use for registering an account. This is important for 2 reasons:
- Helps those users that misspell their address
- Prevents bot attacks (on one of my sites I had a bot that created 10k accounts in 2h)
Emailing your users, gives them a reminder of your service. I consider myself an early adopter and I create accounts on various services and than I tend to forget them. If I don’t have an email from you in the first 5min, your chances to be forgotten are very high.
Also, periodically email your users, especially those with none to less activity to remind them how useful your service is and if you had added new features. There is no golden rule on how often you have to email them but from a few tests you will be able to figure it out.
Related Post
I always looked for a way to aggregate the online content I am creating. First I thought to include a php RSS reader on my main blog, but this seems to be a better solution :)




Comments