Email address validator - format, MX records, disposable domain detection
- CLI tool
- TypeScript support
Runtime:
- TypeScript v6.0.2
- Node.js >= 18.0.0
- npm or yarn
cd mailtest
npm installOr install globally:
npm install -g mailtestmailtest| Script | Command |
|---|---|
npm run build |
tsc |
npm run start |
node dist/index.js |
├── src
│ ├── disposable.ts
│ ├── formatter.ts
│ ├── index.ts
│ ├── mx-checker.ts
│ └── validator.ts
├── package.json
├── README.md
└── tsconfig.json
This project is licensed under the MIT license.
Zakaria Kone