Skip to content
/ mxsniff Public

Identify the email service provider a domain or email address is using

License

Notifications You must be signed in to change notification settings

jace/mxsniff

Folders and files

NameName
Last commit message
Last commit date
Jan 30, 2022
Jan 30, 2022
Feb 4, 2016
Jan 30, 2022
Jun 14, 2018
Feb 6, 2023
Jun 27, 2019
Jan 30, 2022
Nov 8, 2018
Feb 2, 2016
Dec 10, 2017
Dec 10, 2017
Jan 30, 2022
Nov 8, 2018
Nov 8, 2018
Jan 30, 2022
Jan 30, 2022

Repository files navigation

MX Sniff

Build status Coverage status

MX Sniff identifies well known email service providers given an email address or a domain name. Use this to find out how many users in your email database are Gmail users (via Google Apps).

To install, get it from PyPI:

$ pip install mxsniff

Or get the development branch direct from GitHub:

$ pip install https://github.com/jace/mxsniff/archive/master.zip

Command line usage:

$ mxsniff example.com gmail.com example@gmail.com https://www.google.com
$ mxsniff -v example.com
$ mxsniff @filename_with_list_of_domains_or_emails_or_urls
$ mxsniff example@gmail.com -p your_email@example.com

Python usage:

>>> from mxsniff import mxsniff, mxbulksniff
>>> mxsniff('google.com')
>>> mxbulksniff(['example.com', 'google.com'])  # Returns a generator with one result at a time

About

Identify the email service provider a domain or email address is using

Resources

License

Stars

Watchers

Forks

Packages

No packages published