mmedia-deliverability
Python library for email deliverability diagnostics. Checks SPF, DKIM, DMARC, MX, PTR, and blacklist sweep (41 lists) for any domain.
Install
pip install mmedia-deliverability
Library Usage
from mmedia_deliverability import Deliverability
results = Deliverability.check_all('example.com')
for r in results:
print(f"{r.name}: {r.status}")
for issue in r.issues:
print(f" ! {issue}")
CLI Usage
emlcheck check example.com
emlcheck check example.com --full
emlcheck check example.com --spf --dkim --json
Standalone
check.py runs without installation - opens a browser-based UI automatically.
python check.py example.com
License
MIT - M Media
Release files for mmedia-deliverability 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mmedia_deliverability-1.0.0.tar.gz | 8.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mmedia_deliverability-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:20.8 kB
Release files / mmedia_deliverability-1.0.0.tar.gz
| Download URL | mmedia_deliverability-1.0.0.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
22f099bc0120d338c214af6707fe0d07e53faa87fdf1b1174c71a8cd5c0b8c8e
|
|
BLAKE2b-256 checksum How to use checksums |
d282421e7282522725bec8d2d288b48e4145980803fc5850e39f0ce3ae240350
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|
Release files / mmedia_deliverability-1.0.0-py3-none-any.whl
| Download URL | mmedia_deliverability-1.0.0-py3-none-any.whl |
|---|---|
| Size | 11.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6e20fa3aad387c88af2ececb6e421db58fc3d49d667a029406ac838f81b94c89
|
|
BLAKE2b-256 checksum How to use checksums |
bf17de5ccf56c64bfabf3715d3664cfddbb489a74780fa7fd878806dd11f4214
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|