groundcat / disposable-email-domain-list

A list of disposable email domains, cleaned and validated by scanning MX records.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disposable Email Domain List

This is a list of domains frequently associated with disposable email services.

This list undergoes regular updates and validation through an MX scan.

Download

TXT format

JSON format

What is a disposable email?

A disposable email address, often referred to as DEA, is a type of service that creates unique or random email addresses for each use or entity. Disposable email addresses are typically used only once and are not intended for receiving future emails.

While disposable email addresses can be used for spam, they also serve legitimate purposes. Some users employ them to protect their privacy or to manage their online identities. As such, the use of disposable email addresses isn't inherently negative or malicious.

The repository herein contains a collection of domains associated with active disposable email services, validated at the time of the scan. Administrators might use this list to mitigate potential risks or to ensure that their users are capable of receiving future communications, when it is a crucial aspect of the service provided.

Sources

The raw data is compiled from these sources.

Usage

Install Python packages:

pip3 install -r requirements.txt

Run the script:

python3 main.py

Contribution

While this repository doesn't accept direct contributions of new domains (as it gathers and cleanses data from the listed sources), you can contribute to the community's efforts by adding new disposable domains to ivolo's disposable-email-domains repository. Please refer to its contributing section for more details.

License

This project is licensed under the MIT License - read the LICENSE file for details.

About

A list of disposable email domains, cleaned and validated by scanning MX records.

License:MIT License


Languages

Language:Python 84.9%Language:Shell 15.1%