简体   繁体   中英

What should be the step to prevent the spam bot emailing to my email using recaptcha and laravel?

this is very prostrating to me, I don't know how to prevent this spam bot mailing to my email. every day they spam my email. here is what happen today.

Problem: Spam Email Bot

Question: How to solve this bot sending to my email?

垃圾邮件

Here is the step that I do to prevent, however this is not remedy to solve the issue.

  1. They suggest to put captcha robot checkbox
  2. Put Captcha Robot Image

这是我的验证码机器人

Laravel Code:

<br>
{!! NoCaptcha::display() !!}
@if ($errors->has('g-recaptcha-response'))
    <span class="help-block">
        <strong>{{ $errors->first('g-recaptcha-response') }}</strong>
    </span>
@endif
<br>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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