PHP code example of aman00323 / emailchecker
1. Go to this page and download the library: Download aman00323/emailchecker library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
aman00323 / emailchecker example snippets
app(EmailChecker::class)->checkDisposableEmail('[email protected]','boolean'));
app(EmailChecker::class)->setFromEmail('[email protected]','boolean'));
EMAIL_CHECKER_SET_FROM='[email protected]'
app(EmailChecker::class)->checkMxAndDnsRecord('[email protected]'));
app(EmailChecker::class)->checkDomain('[email protected]'));
app(EmailChecker::class)->checkEmail('[email protected]','boolean'));