validate_email

Verify if an email address is valid and really exists
Download

validate_email Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Syrus Akbary Nieto
  • Publisher web site:
  • http://github.com/syrusakbary/

validate_email Tags


validate_email Description

validate_email is a Python module that can check if an email is valid, properly formatted and really exists.INSTALLATIONFirst, you must do:pip install validate_emailExtraFor check the domain mx and verify email exits you must have the pyDNS package installed:pip install pyDNSUSAGEBasic usage:from validate_email import validate_emailis_valid = validate_email('example@example.com')Checking domain has SMTP ServerCheck if the host has SMPT Server:from validate_email import validate_emailis_valid = validate_email('example@example.com',check_mx=True)Verify email existsCheck if the host has SMPT Server and the email really exists:from validate_email import validate_emailis_valid = validate_email('example@example.com',verify=True)Product's homepage


validate_email Related Software