Recommend this page to a friend! |
All requests | > | What is the best PHP email verificati... | > | Request new recommendation | > | Featured requests | > | No recommendations |
by LeetHax - 2 years ago (2022-01-21)
+3 | I need to get an email verifier built in PHP using laravel. It needs to be a bulk email verifier where you can upload .csv files, checking the email addresses in the "email" column to see if they exist, are spamtraps, catch-alls, disposable or burner addresses, invalid. |
0 | by John Conde 75 - 2 years ago (2022-02-28) Comment The PHP Email Validation Library Pro package will validate an email address for all or some of the following conditions:
All you need to do is write a simple script that reads from your database to get the email addresses and loop through them using this package as your validator. |
+1 | by Manuel Lemos 23985 - 2 years ago (2022-01-21) Comment I use this package for that purpose. It is not specific to Laravel. You would need to develop yourself the Laravel integration part or ask a developer with Laravel experience to do that part. You also need to provide external CVS files with the lists with updated spam traps domains and other types of invalid domains. That part of providing those lists of invalid domains would be better if you use an API maintained by a developer who updates their lists. Would you be interested in using such an API if it existed? |
Recommend package | |
|