Simple service that helps you check disposable emails.
Make a GET request to the /check/:email
endpoint, where :email
is an email
you want to check. If the email is disposable email address you get the
following response:
{
"disposable": true,
"success": true
}
Note: The list of disposable email domains is automatically updated every 24 hours.
We are using Disposable Email Checker internally, and we are not providing public API. You can deploy this service on Railway with one-click using the button below.
If you want to change the list, you can change the value of the DOMAIN_LIST
environment variable.