You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+26-14
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,15 @@
3
3
4
4
# Node Email Verifier
5
5
6
-
Node Email Verifier is a email validation library for Node.js that checks if an
7
-
email address has a valid format and verifies the domain's MX (Mail Exchange)
6
+
Node Email Verifier is an email validation library for Node.js that checks if an
7
+
email address has a valid format and optionally verifies the domain's MX (Mail Exchange)
8
8
records to ensure it can receive emails.
9
9
10
10
## Features
11
11
12
-
-**RFC 5322 Format Validation**: Validates email addresses against the standard
13
-
email formatting rules.
14
-
-**MX Record Checking**: Verifies that the domain of the email address has
15
-
valid MX records indicating that it can receive emails.
12
+
-**RFC 5322 Format Validation**: Validates email addresses against the standard email formatting rules.
13
+
-**MX Record Checking**: Verifies that the domain of the email address has valid MX records indicating that it can receive emails. This check can be disabled using a parameter.
0 commit comments