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.
| 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 |
|
|