email-existence

Python 3 library for email validation


Keywords
email, python3
License
MIT
Install
pip install email-existence==1.0.1

Documentation

Email Existence

Python 3 library for email validation

Requirements

  1. Python 3.x
  2. dnspython3

Instalation

pip install email_existence

Usage

>>> from email_existence import EmailExistence
>>> checked_email = EmailExistence('example@gmail.com')
>>> checked_email.code
550
>>> checked_email.message
b"5.1.1 The email account that you tried to reach does not exist. Please try\n5.1.1 double-checking the recipient's email address for typos or\n5.1.1 unnecessary spaces. Learn more at\n5.1.1  https://support.google.com/mail/?p=NoSuchUser u83si7007029ywg.314 - gsmtp"