简体   繁体   English

电子邮件验证无法阻止垃圾邮件帐户

[英]Email verification can not stop spam account?

I built a web site with ASP.NET MVC and use email verification on account registration. 我使用ASP.NET MVC构建了一个网站,并在帐户注册时使用电子邮件验证。 But I found email verification cannot stop spam accounts. 但我发现电子邮件验证无法阻止垃圾邮件帐户。

There are still lots of registered and confirmed account that are spam accounts. 仍有许多注册和确认的帐户是垃圾邮件帐户。

Can these spam programs automatically go to confirm account with the link from email? 这些垃圾邮件程序可以自动通过电子邮件中的链接确认帐户吗?

Try this example - 试试这个例子 -

This is very basic tutorial explained how to create database and proper activation code. 这是非常基础的教程,解释了如何创建数据库和正确的激活码。

http://www.9lessons.info/2013/11/php-email-verification-script.html http://www.9lessons.info/2013/11/php-email-verification-script.html

Yes, Email validation stops spam account. 是的,电子邮件验证可以阻止垃 Nowadays most of the website using this to prevent spam account. 如今大多数网站都使用这个来阻止垃圾邮件帐号。 As you are facing issue to stop spam with this then you can choose other methods also to block spam. 当您面临阻止垃圾邮件的问题时,您可以选择其他方法来阻止垃圾邮件。

These are some of the best and simple tricks to stop spam account on your website:- 这些是阻止您网站上垃圾邮件帐户的一些最好和最简单的技巧: -

  1. Administration approval for new users:- This is the best method to prevent spam. 新用户的管理批准: - 这是防止垃圾邮件的最佳方法。 Approval of users in your hand, if there is any fault then you can block them manually. 批准您手中的用户,如果有任何故障,您可以手动阻止它们。

  2. CAPTCHA:- Another way to stop spam user registration. CAPTCHA: - 阻止垃圾邮件用户注册的另一种方法。

  3. reCAPTCHA:- In reCAPTCHA, users need to click a checkbox, instead of solving math problems or questions answer. reCAPTCHA: - 在reCAPTCHA中,用户需要单击复选框,而不是解决数学问题或问题答案。

  4. IP Address blocking:- As you know each computer has a unique id, which is IP address. IP地址阻止: - 如您所知,每台计算机都有唯一的ID,即IP地址。 When you find that IP Address is sending spam to your site, you can block them. 当您发现IP地址向您的站点发送垃圾邮件时,您可以阻止它们。

You can choose any one option to prevent spam and for better security of your website. 您可以选择任意一个选项来防止垃圾邮件并提高网站的安全性。

Sure, that can be done pretty easily. 当然,这可以很容易地完成。 Why don't you use captcha, google seems to provide a free service. 你为什么不使用验证码,谷歌似乎提供免费服务。 http://www.google.com/recaptcha/whyrecaptcha http://www.google.com/recaptcha/whyrecaptcha

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM