# truemail

> Email verification, One-time/Disposable/Temporary address detection

Latest version **1.1.7** (published 2019-08-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install truemail
pnpm add truemail
yarn add truemail
bun add truemail
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.7 |
| Published | 2019-08-16 |
| First published | 2019-06-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 380.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | botaniQQQ |
| Maintainers | botaniqqq |
| Keywords | email, mail, verification, one-time, disposable, temporary, check, detection |

## Links

- npm: https://www.npmjs.com/package/truemail
- Repository: https://github.com/botaniQQQ/truemail
- Homepage: https://github.com/botaniQQQ/truemail#readme
- Issues: https://github.com/botaniQQQ/truemail/issues
- npm.io page: https://npm.io/package/truemail

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 1.1.7 (latest) — 2019-08-16
- 1.0.7 — 2019-08-16
- 1.0.6 — 2019-08-14
- 1.0.5 — 2019-08-13
- 1.0.3 — 2019-08-05
- 1.0.2 — 2019-07-02
- 1.0.1 — 2019-06-21
- 1.0.0 — 2019-06-18

## README

# Email verification, One-time/Disposable/Temporary address detection

### Installation
```
npm i truemail
```

### Usage

```javascript
const truemail = require('truemail');

console.log(truemail('hello@gmail.com')); //=> true
console.log(truemail('bad-mail@%%.com')); //=> false
console.log(truemail('t@temp-mail.org')); //=> false

// whitelist = true
console.log(truemail('hello@gmail.com', true)); //=> true
console.log(truemail('my.email@gm.com', true)); //=> false
console.log(truemail('t@zero-mail.org', true)); //=> false
```

#### If you want to help collect new domains
```bash
cd node_modules/truemail
node ./add.js
```

```
- 2emailock.com
- voemail.com
+ emailate.com
+ kikoxltd.com
- mailsoul.com
- eyeemail.com
- emailtex.com
- mailmetal.com
- email-24x7.com
+ emailay.com
Added 3 domains!
```

`+` - new domain
`-` - old domain

Open <a href="https://github.com/botaniQQQ/truemail/issues">issues</a> and send this addresses.

###### 2019, botaniQQQ

---
_Source: https://npm.io/package/truemail · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
