CodeKJ / DISIFY

Free email validation API. Check if disposable or temporary email address.
https://disify.com
43 stars 1 forks source link

How to tell whether services like https://temp-mail.org/ are disposable #11

Closed tomBP closed 4 years ago

tomBP commented 4 years ago

Hi,

I'm using your public domain and MX blacklists (thanks by the way) to check for disposable email.

I'm having a problem with services like https://temp-mail.org/ because they change their MX records regularly. I see that your API correctly catches them but given that they aren't in your public domain and MX lists I don't understand how?

Any help much appreciated.

CodeKJ commented 4 years ago

Check if their MX record IP stays the same. They might change MX hostname, that's why we also include hostname IPs in MX blacklist.

tomBP commented 4 years ago

Should have thought of that! Thanks! :)