Skip to content

envokersh/disposable-email-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disposable Email Checker

Simple service that helps you check disposable emails.

Usage

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.

Deployment

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.

Deploy on Railway

If you want to change the list, you can change the value of the DOMAIN_LIST environment variable.