laravel-smtp-email-verifier
laravel-smtp-email-verifier copied to clipboard
Laravel SMTP Email Validator. Simple email validator for laravel that tries to check with SMTP server if the given email addresses exists or not
Hey why its return blank Array.yet I am also pass valid and invalid mail..
Hi, when I try to verify an email of a german email provider https://www.mail.de then I get an error like this: ``` # php artisan tem:email [email protected] HELO mydomain.de 250...
``` {message: "Undefined constant 'Illuminate\Database\Eloquent\Collection'",…} exception: "Symfony\Component\Debug\Exception\FatalThrowableError" file: "/Users/marcellopato/Sites/primorossi/vendor/skmetaly/laravel-smtp-email-verifier/src/SMTP/Verifier.php" line: 310 message: "Undefined constant 'Illuminate\Database\Eloquent\Collection'" ```
Hi there, using this with Laravel 5.4 and it's always returning false, and when testing it through php artisan command, I always get, "The email address is not valid or...