Skip to content

Raynes/areyoustillthere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

areyoustillthere

A library for email verification.

  • Verify if an email exists on SMTP servers that support this.
  • MX record lookup.

Usage

First of all, get it!

pip install areyoustillthere

Next, use it!

>>> import ayst
>>> x = ayst.Email('neontrees@gmail.com')
>>> x.validate()
True
>>> x.valid
True
>>> x.servers
['gmail-smtp-in.l.google.com', 'alt1.gmail-smtp-in.l.google.com', 'alt2.gmail-smtp-in.l.google.com', 'alt3.gmail-smtp-in.l.google.com', 'alt4.gmail-smtp-in.l.google.com']

About

Email validation for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages