Got the response > domain with underscore does not exists
May 23, 2017
2
Level 37
Form validation > email with underscore on the domain
Hello,
here the validation rules :
$this->validate(request(), [
'email'=>'required|email',
]
);
here the email in the request('email') : info@orga_nit.com
here the laravel response : The email must be a valid email address.
Any idea ?
Level 37
Please or to participate in this conversation.