devmehq / email-validator-js

Verify email address checking MX records, and SMTP connection, check for disposable email addresses and free email providers.
https://dev.me/products/email
MIT License
75 stars 21 forks source link

How to check for disposable or free email provider status? #92

Closed dgtllion closed 8 months ago

dgtllion commented 2 years ago

I see that you have options to check email with those features: ✅ Check email address disposable or burnable status ✅ Check email address free email provider status

Can you explain how?

meabed commented 2 years ago

We maintain disposable list we compare against. Also planning to add domain age and reputation to the checks. Let me know if this answer your questions, and if you have any other suggestions to improve it.

Thank you