Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ For check the domain mx and verify email exits you must have the `pyDNS` package

pip install pyDNS

or install them both in one step from the beginning::

pip install validate-email[dns]


USAGE
=====
Expand Down Expand Up @@ -50,4 +54,4 @@ Check if the host has SMTP Server and the email really exists::

TODOs and BUGS
==============
See: http://github.com/syrusakbary/validate_email/issues
See: http://github.com/syrusakbary/validate_email/issues
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
long_description=open('README.rst').read(),
keywords = 'email validation verification mx verify',
url = 'http://github.com/syrusakbary/validate_email',
extras_require = {
'dns:sys_platform != "win32"': ['pyDNS']
},
license = 'LGPL',
)