diegomagikal/laravel-tempmail

Update domain list

Closed this issue · 3 comments

voku commented

Hi, some time ago I also try to detect temp mail adresses, but I didn't found a good way to collect / fetch / upgrade the current temp-domains... Here is my outdated list: https://github.com/voku/email-check/blob/master/src/voku/helper/data/domainsTemporary.php

So this list is not complete and never will be... have you any idea how to fix this? Is there any api or free service we can use?

Bests,
Lars Moelleken

Hi.. I'm using SimpleHmlDom to crawl regularly the mail temp sites and extract all domains found. I think that it is a good way!

In your list, there are several free domains TLD's. You can simply make a rule to block all them!

voku commented

Good idea, I removed ~15k domain with the excluding of all the free domains. 👍