# Disposable Email Blocker

The **Disposable Email Blocker** is a JavaScript library that detects and blocks disposable email services during account registration. By integrating it into your forms, you can collect valid long-term email addresses and improve user quality.

## Features

- **Comprehensive Form Protection:** Safeguards all HTML forms by detecting and blocking disposable and webmail email addresses.
- **Invalid Email Detection:** Identifies and flags invalid email addresses and domains.
- **Customizable Error Messages:** Allows for tailored error messages to provide clear feedback to users.
- **Regular Database Updates:** Continuously updates its database of disposable email providers to effectively identify new services.

## Quick Install

```bash
npm install disposable-email-blocker --save
```
