This object can be used to validate an e-mail address by using NodeJS to check with an SMTP server.
It can connect to check if the e-mail domain has valid MX.
If the MX records do not exist, it falls back to resolving the domain A record to determine the e-mail address domain SMTP server addresses.
The object attempts to validate the e-mail address by simulating a delivery of a message to the domain SMTP server.
When it reaches a conclusion the object calls a given callback function with the result, which can be whether the address is valid, invalid or undetermined.
|
|
| Name: |
E-mail validation |
| Base name: |
email-validation |
| Description: |
Validate e-mail addresses using NodeJS |
| Version: |
- |
| JavaScript version: |
1.0 |
| License: |
BSD License |
| All time users: |
610 users |
| All time rank: |
15 |
| Week users: |
0 users |
| Week rank: |
65  |
| |
|
| Not yet rated by the users |
| |
Packages needed by this class |
|
|
| Class |
Dependency |
Why it is needed |
| NodeJS Network Sockets |
Required |
Makes the actual communication with the SMTP servers |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|