Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    validate_email 1.1

    Download button

    No screenshots available
    Downloads: 105  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Syrus Akbary Nieto | More programs
    LGPL / FREE
    April 23rd, 2012, 15:00 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    validate_email description

    Verify if an email address is valid and really exists

    validate_email is a Python module that can check if an email is valid, properly formatted and really exists.

    INSTALLATION

    First, you must do:

    pip install validate_email

    Extra

    For check the domain mx and verify email exits you must have the pyDNS package installed:

    pip install pyDNS

    USAGE

    Basic usage:

    from validate_email import validate_email
    is_valid = validate_email('example@example.com')

    Checking domain has SMTP Server

    Check if the host has SMPT Server:

    from validate_email import validate_email
    is_valid = validate_email('example@example.com',check_mx=True)


    Verify email exists

    Check if the host has SMPT Server and the email really exists:

    from validate_email import validate_email
    is_valid = validate_email('example@example.com',verify=True)



    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    validate email | Python library | Python | email | validator

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM