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.
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.