使用C-sharp实现Craiglist或Gumtree类型的电子邮件伪装

使用C-sharp实现Craiglist或Gumtree类型的电子邮件伪装

问题描述:

您好,有没有人知道如何实施craiglist类型的电子邮件隐藏技术,为买家和卖家生成临时电子邮件地址,仅在帖子仍然有效时才用于通信。我打算使用共享主机来执行此任务。用户不应通过网站访问消息,消息将通过地址映射表转发到他们的真实电子邮件地址。



任何帮助将不胜感激。谢谢。

Hello, please does anyone have an idea how to implement the craiglist kind of email cloaking techniques that generates temporary email addresses for the buyers and sellers to use for communicating only if the post is still active. I intend to use a shared host to carry out this task. The users should not access the message through the website, messages will be forwarded to their real email addresses via an address mapping table.

Any help would be appreciated. thanks.

通过做你所做的事可能会遇到一些关于这些电子邮件的重大麻烦。我会建议你做一些完全不同的事情。



让你的客户注册他们自己的电子邮件地址并自行更改这些地址。现在,关键点:您应该保证永远不会将这些电子邮件地址暴露给任何人,并且永远不要使用您网站外的任何电子邮件地址,无论发生什么。在您的站点中,根据成员身份验证,使用私人和公共消息开发站点范围的消息传递系统,无论您想要什么。至于您的会员应该信任您的真实电子邮件地址,只能将其用于一个目的:向您的客户发送通知。这将解决你所有的问题。



-SA
By doing what you do may face some major hassles with this e-mails. I would advise you to do something completely different.

Let your customers to register with their own e-mail addresses and change those addresses by themselves. Now, the critical point: you should guarantee that you never expose those e-mail addresses to anyone and never use any of those e-mail addresses outside your site, no matter what happens. In your site, develop a site-wide messaging system, based on member authentication, with private and public messages, whatever you want. As to the "real" e-mail addresses your members should trust you, use them for just one purpose: to send your customers the notifications. That will resolve all your problems.

—SA