Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

How to deal with the subscriber email address shift from the subscribed email address to a new one?

example : Mr.A subscribed on www.example.com by using mr.a@yahoo.com, however, now he tend to shift on his another email address which is Mr.a_newemailadd@yahoo.com

The shift from the registered email address will be a hindrance for the website, just because the user tends to be more active on his new email address.

share|improve this question
4  
I am not sure what are you asking here? If someone have changed his email address, just give a web form for changing subscription email addresses. – Ross Dec 7 '11 at 8:13
@Ross - Sometimes user tend to forget to make the changes, so the email sent to an inactive email address is of no use as he has changed his email address and no longer use the old email address, where the emails are sent. – web2jeet Dec 7 '11 at 10:50
3  
You can do nothing about this. How do you know he has new email? – Ross Dec 7 '11 at 11:35

closed as not constructive by TimJ, jimg, Karlson, Christian, Zuly Gonzalez Oct 20 '12 at 16:55

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

You can't necessarily know if a user subscribes with two different email addresses. Two different users could have identical or nearly identical information. Perhaps the user changed jobs and now subscribed with his new work email. Duplicate subscriptions or what appear to be duplicate subscriptions could happen for many reasons, and you'll never know which ones matter. That said...

When you're doing email marketing you have to assume a certain number of your email addresses are effectively worthless. Users who register may simply ignore the emails. Users could register with a "spam" address used only to catch all things he doesn't care that much about. A user could change email addresses and not re-register. A user could change email addresses and re-register.

The point is, in all these scenarios there is at least one email address that is effectively meaningless... and you'll never know which ones they are. If you're trying to figure out an expected ROI or participation embed a link in a few marketing emails, and see the average number of hits. Make sure the link is only available through email, maybe even providing a guid int he querystring and only count unique hits of the guid. After a few times of this you can learn about how much of your userbase really cares about the emails.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.