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: 3 months ago
JSON representation
Email Deliverability and DNS Records Checker
- Host: GitHub
- URL: https://github.com/noclocks/emaildnscheck
- Owner: noclocks
- License: unlicense
- Created: 2024-05-04T01:23:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T01:45:10.000Z (10 months ago)
- Last Synced: 2024-08-13T07:07:35.721Z (6 months ago)
- Topics: bimi, check, cli, deliverability, dkim, dns, domain, email, mx, python, smtp, spam, spf, tool
- Language: Python
- Homepage:
- Size: 115 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - noclocks/emaildnscheck - Email Deliverability and DNS Records Checker (Python)
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