The ultimate disposable email detector. Instantly block over 158,000+ fake, temporary, and burner email domains. Protect your app from spam, fraud, and abuse with this lightweight, high-performance utility.
npm install is-check-disposable-emailis-check-disposable-email is a lightweight and easy-to-use Node.js package that verifies whether an email address belongs to a disposable email provider. Disposable email addresses are temporary or throwaway accounts often used for single-use purposes or to avoid spam.
This package helps you prevent the use of such emails in your applications, ensuring that only valid and reliable email addresses are used for registration or communication.
ā
We block over 1,21,916 temporary email domains, providing a robust solution to filter out unwanted addresses.


is-check-disposable-email with npm``bash`
npm install is-check-disposable-email
javascript
const isCheckDisposableEmail = require('is-check-disposable-email');const email = 'example@tempmail.com';
if (isCheckDisposableEmail(email)) {
console.log('This is a disposable email address.');
} else {
console.log('This is a valid email address.');
}
`š ļø Benefits
- Protect your platform from spam and bots.
- Ensure users provide authentic and active email addresses.
- Improve the overall quality of your email database.š¤ Contributing
Feel free to submit issues or pull requests for new features, bug fixes, or general improvements.š Author Details

š License
`
WWWWW||WWWWW
W W||W W
||
( OO )__________
/ | \
/o o| MIT \
\___/||_||__||_|| *
|| || || ||
_||_|| _||_||
(__|__|(__|__|
##############################
|| MIT ||
##############################``