Check if the given email address is valid or not using nslookup.EmailValidator
==============================================
© 2017 ATEMON Technology Consultants LLP<br>
License: MIT License (modified)<br>
Website: http://www.atemon.com</a><br>
Author: Varghese Chacko <varghese@atemon.com>
Check if the given email address is valid or not using nslookup
We can get a brief idea of if email address is valid or not using regular expressions. Currently with thousands of new TLDs its bit too hard. This tool uses nslookup command to check if a mail exchange server is configured for a domain. This could be the best level of email validation other than actually sending (unsolicited) mail.
You need the tool ```nslookup``` installed on the machine running this tool.
To install nslookup, run the command
#### CentOS/RHEL
yum install bind-utils
#### Ubuntu/Debian
sudo apt-get update
sudo apt-get install dnsutils
#### Install this from PIP
pip install Atemon-EmailValidator
#### Usage
from atemon.EmailValidator import EmailValidator
v = EmailValidator()
v.is_valid('something@gmail.com')
Happy coding :)
==============================================
© 2017 ATEMON Technology Consultants LLP<br>
License: MIT License (modified)<br>
Website: http://www.atemon.com</a><br>
Author: Varghese Chacko <varghese@atemon.com>
Check if the given email address is valid or not using nslookup
We can get a brief idea of if email address is valid or not using regular expressions. Currently with thousands of new TLDs its bit too hard. This tool uses nslookup command to check if a mail exchange server is configured for a domain. This could be the best level of email validation other than actually sending (unsolicited) mail.
You need the tool ```nslookup``` installed on the machine running this tool.
To install nslookup, run the command
#### CentOS/RHEL
yum install bind-utils
#### Ubuntu/Debian
sudo apt-get update
sudo apt-get install dnsutils
#### Install this from PIP
pip install Atemon-EmailValidator
#### Usage
from atemon.EmailValidator import EmailValidator
v = EmailValidator()
v.is_valid('something@gmail.com')
Happy coding :)
Release files for Atemon-EmailValidator 0.1.2.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Atemon-EmailValidator-0.1.2.4.tar.gz | 2.8 kB | Details |
Release files / Atemon-EmailValidator-0.1.2.4.tar.gz
| Download URL | Atemon-EmailValidator-0.1.2.4.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
05fafb0a7c5cf8ebb17d3b0fbe2e9ba6a6b9c3b803f2ad8a3d99e6303388a784
|
|
BLAKE2b-256 checksum How to use checksums |
4190cdd4df3cd55d2864d23b9f1522f436d223ff64d3c5be66033539b72f93af
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |