Skip to content

ai-Ev1lC0rP/disposable-email-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages