How can I prevent recipients of my e-mails from forwarding them to other people?
feedback
|
migrated from stackoverflow.com May 17 '10 at 23:22
This question came from our site for professional and enthusiast programmers.
|
Ultimately this comes down to a trust issue. The problem isn't if a user can forward the email, the real issue is if you can trust the person not to share the information the email contains. There is NO way to deliver information to someone without some possibility of them sharing the information, short of killing them the instant they receive it. The ONLY way to ensure information will not be shared is to never share it in the first place. Either establish trust in that person, or don't send the email. | |||
|
feedback
|
|
AFAIK, if you don't administer the email server where the email is received, then no, you can't restrict anybody to forward your mail. | |||||||||||
feedback
|
|
Actually my company has a product that does this. | |||||
feedback
|
|
Microsoft Outlook (Exchange Server) supports restricted emails. You can set several options like:
Of course, there will always be ways to circumvent protection (i.e. taking a screen capture) but restricted emails make it more difficult. The downside to restricted email is that opening email becomes more of a hassle (it may not even be possible without Outlook) and email preview is not shown. | |||
|
feedback
|

