ali-khalili / disposable-email-domains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disposable Emails

This repository tries to gather list of disposable email domains.

List of projects maintaining disposable email domains

Multiple GitHub projects curate lists of disposable email domains, varying in popularity. The number of stars a repository accumulates can be seen as an indicator of its popularity, while the last commit date reflects its level of maintenance. Below, I've compiled a selection of such repositories (arranged by the current number of stars). It's important to note that the star count may not be the most accurate criterion for ranking, as stars could be attributed for reasons other than the list's effectiveness, such as ease of use in a particular programming language. Nonetheless, there may not be a more straightforward alternative for ordering the list.

Repository Stars/Forks Last Update
disposable-email-domains/disposable-email-domains GitHub stars GitHub forks Last Commit
FGRibreau/mailchecker GitHub stars GitHub forks Last Commit
ivolo/disposable-email-domains GitHub stars GitHub forks Last Commit
wesbos/burner-email-providers GitHub stars GitHub forks Last Commit
disposable-email-domains/disposable-email-domains GitHub stars GitHub forks Last Commit
MattKetmo/EmailChecker GitHub stars GitHub forks Last Commit
7c/fakefilter GitHub stars GitHub forks Last Commit
unkn0w/disposable-email-domain-list GitHub stars GitHub forks Last Commit
groundcat/disposable-email-domain-list GitHub stars GitHub forks Last Commit
amieiro/disposable-email-domains GitHub stars GitHub forks Last Commit
dephraiim/disposable-email-api GitHub stars GitHub forks Last Commit
flotwig/disposable-email-addresses GitHub stars GitHub forks Last Commit

MX DNS check

An MX record is a configuration entry within the DNS zone that specifies which mail server is designated to manage the email for a particular domain. It can be checked by some command-line tools, for example:

nslookup -q=MX DOMAIN_NAME
dig -t mx DOMAIN_NAME
host -t MX DOMAIN_NAME

This can be helpful to verify if the domain is still valid or expired.