Skip to content

Commit 2f28967

Browse files
authored
Update README.md
1 parent 0f7fe77 commit 2f28967

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Email Validator
22

3-
, , disposable email blacklists, DNS records and SMTP server response.
43

5-
- Validates RFC compliant regex.
4+
Validates emails based on regex, common typos, disposable email blacklists, DNS records and SMTP server response.
5+
6+
- Validates email is compliant with RFC standard using regex.
67
- Validates common typos e.g. [email protected].
78
- Validates email was not generated by disposable email service.
89
- Validates MX records are present on DNS.
9-
- Validates SMTP server is running and mailbox exists.
10-
- Native typescript support
10+
- Validates SMTP server is running.
11+
- Validates mailbox exists on SMTP server.
12+
- Native typescript support.
1113

1214
```
1315
yarn add deep-email-validator

0 commit comments

Comments
 (0)