skmetaly / laravel-smtp-email-verifier

Laravel SMTP Email Validator. Simple email validator for laravel that tries to check with SMTP server if the given email addresses exists or not
MIT License
18 stars 10 forks source link

stream timeout value outsourced as config parameter & command method renamed from fire to handle (Laravel 5.5+) #7

Closed bomas13 closed 5 years ago

skmetaly commented 5 years ago

Looks good to me as well 👍 thank you for this!

skmetaly commented 5 years ago

@bomas13 Tagged 1.1.0 if you want to use it right away

bomas13 commented 5 years ago

thanks. 👍

bomas13 commented 5 years ago

Could it be that you have to push it to packagist as well? Because I can't use your tagged version 1.1.0 within composer.

skmetaly commented 5 years ago

@bomas13 I just checked on https://packagist.org/packages/skmetaly/laravel-smtp-email-verifier and it seems that 1.1.0 is available there

I also updated packagist just to be sure. Can you recheck?

bomas13 commented 5 years ago

@skmetaly yes, now it worked

$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
  - Updating skmetaly/laravel-smtp-email-verifier (1.0.0 => 1.1.0): Downloading (100%)
Writing lock file
Generating optimized autoload files

thanks for all