Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noclocks/emaildnscheck

Email Deliverability and DNS Records Checker
https://github.com/noclocks/emaildnscheck

bimi check cli deliverability dkim dns domain email mx python smtp spam spf tool

Last synced: about 1 month ago
JSON representation

Email Deliverability and DNS Records Checker

Awesome Lists containing this project

README

        

# Email DNS Check Tool

> [!NOTE]
> This tool is used to check the DNS records of a domain name.

## Contents

- [Overview](#overview)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## Overview

This tool is used to check the DNS records of a domain name.

It will check the following:

- `MX` Records
- `BIMI` (`TXT`) Records
- `DMARC` (`TXT`) Records
- `SPF` (`TXT`) Records
- `DKIM` (`TXT`) Records

## Installation

To install the tool, run the following command:

```bash
pip install emaildnscheck
```

## Usage

To use the tool, run the following command:

```bash
emaildnscheck example.com
```

## License

This project is licensed under the Unlicense License - see the [LICENSE](LICENSE.md) file for details.

***

[No Clocks, LLC](https://github.com/noclocks) | 2024