如何在您网站的注册表中阻止一次性电子邮件地址? [英] How to block Disposable Email Addresses in your website's registration form?

查看:32
本文介绍了如何在您网站的注册表中阻止一次性电子邮件地址?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道阻止一次性电子邮件地址在我的网站上注册的可能方法网站.

I would like to know of the possible ways to block disposable email addresses from registering in my website.

为简单起见,我们以网站的注册表单使用 HTML 和 PHP 完成为例.

For simplicity, let's take the example where the registration form of the website is done with HTML and PHP.

任何想法、解决方案或建议将不胜感激.

Any ideas, solutions or suggestions would be greatly appreciated.

推荐答案

这很难,因为白名单和黑名单都不是一个选项.

This is tough, because neither whitelisting nor blacklisting are an option.

通过将某些域列入白名单,您禁止使用您不知道(但可能完全有效)的电子邮件域的人,而通过列入黑名单,您必须每天更新列入黑名单的域列表,因为新的10 分钟电子邮件"" 域名每天都会出现.

By whitelisting certain domains, you disallow people with email domains that are unknown to you (but might be perfectly valid), while by blacklisting you have to update the list of blacklisted domains on a daily basis, since new "10 minute email" domains emerge every day.

请注意,临时电子邮件地址是为了表达以下意思而发明的:嘿,我不相信这个网站有我自己的电子邮件地址",所以你很可能不会欺骗愿意隐藏真实地址的用户,因为他们有充分的理由这样做.

Please note that temporary email addresses are invented for a way of saying: "Hey, I don't trust this website with my own email adrress", so you're most probably not going to trick users that are willing to hide their real address since they've got a valid reason to do so.

你不能采用和实施诸如 OpenID 之类的东西吗?

Can't you adopt and implement something like OpenID?

这篇关于如何在您网站的注册表中阻止一次性电子邮件地址?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆