🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

evalidator

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evalidator

Checks if an e-mail address exists or not

0.1.4
94

Supply Chain Security

100

Vulnerability

98

Quality

100

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Network access

Supply chain risk

This module accesses the network.

Found 1 instance in 1 package

Maintainers
1

email-validator

|Build Status|

Checks if an e-mail address exists or not.

Installation

::

pip install evalidator

Those who can't wait for the next release:

::

python setup.py install

Command-line Usage

::

$ evalidate someone@email.com

(where @email.com is one of below supported services)

This will tell you if the given e-mail address exists on the internet or not.

Library Usage

::

>>> import evalidator
>>> evalidator.validate('someone@email.com')

(where @email.com is one of below supported services)

Supported Services

  • Google Mail (@gmail.com)
  • Yahoo! Mail (@yahoo.com)

Please open a new issue if you would like to validate e-mail addresses for some other e-mail service.

License

The MIT License

.. |Build Status| image:: https://travis-ci.org/ritiek/email-validator.svg?branch=master :target: https://travis-ci.org/ritiek/email-validator

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts