email-checker icon indicating copy to clipboard operation
email-checker copied to clipboard

Laravel Package To Validate An Email Address Exists Without Sending Email

Results 5 email-checker issues
Sort by recently updated
recently updated
newest added

This is the mail id I have used to check. '[email protected]' but gives error please enter valid email address

Hi, I'm trying to validate emails but i'm getting different result on Windows(Win 10 x64) and Linux(Ubuntu 18.04.5 LTS) system. [email protected] [email protected] [email protected] On Linux I'm getting all 3 as...

I keep getting " array_combine() expects parameter 1 to be array, null given" It says that the error is in the Emailchecker.php ![image](https://user-images.githubusercontent.com/33750267/74825030-7cb0e400-5309-11ea-8f3b-c9e96aadaf2d.png) here is my code ![image](https://user-images.githubusercontent.com/33750267/74825079-96eac200-5309-11ea-8594-be26ee16f55a.png)

Hi, I'm new in laravel php, I dont know whta is the meaning of this...Could you help me? Thanks

hello, i'm using this email-checker on my controller but always return false ```php use Tintnaingwin\EmailChecker\Facades\EmailChecker; public function checkEmail($input) { return response()->json(EmailChecker::check($input)); } ``` i'm looking for your help, thanks