wesbos / burner-email-providers

A list of temporary email providers
MIT License
1.08k stars 294 forks source link

Another approach in fighting burners #485

Open gugu opened 1 month ago

gugu commented 1 month ago

I've heard about this module in the podcast and want to show our solution, which tries to detect new domains:

https://github.com/Short-io/otm-detector

We use it together with a standard burner provider list, probably our approach can help other people as well.

We try to resolve MX records for the domain, it is enough to cover most popular providers. IP blocklist covers self-hosted burner email providers as well. They can purchase a domain every day for $3, but getting a new IP addresses is more expensive

wesbos commented 1 month ago

ahhh super interesting - I like this approach. Would you mind submitting a PR to the docs adding this as a resource?