Skip to content

Validate your email with this email validation package on email filter, typos. dns and spoofing.

License

Notifications You must be signed in to change notification settings

Silassiai/laravel-email-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-email-validation

Validate your email with this email validation package on email filter, typos. dns and spoofing.

About laravel-email-validation

Solution to easily validate email.

Installation

You can install the package via composer:

composer require silassiai/laravel-email-validation

For typo checking you need to seed to get mail provider domains what we check for. It will create the needed table if it does'nt exists. We will make the list more complete in future versions, that will be updated with a cronjob.

php artisan silassiai-email-validation:seed

Typo Validation

Check if the e-mail has a domain typo's from a mail provider

EmailValidationFacade::for('[email protected]')->hasTypo()

Domain Validation

Check if the e-mail has a domain valid domain from a mail provider

EmailValidationFacade::for('[email protected]')->hasValidDomain()

Upgrading

Please see UPGRADING for details.

Changelog

Please see CHANGELOG for more information what has changed recently.

Credits

License

The MIT License. Please see License for more information.

About

Validate your email with this email validation package on email filter, typos. dns and spoofing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages