https://github.com/imthaghost/tiny
Tiny script with a big purpose. Send authenticated emails with DKIM signatures.
https://github.com/imthaghost/tiny
dkim email python3
Last synced: 4 months ago
JSON representation
Tiny script with a big purpose. Send authenticated emails with DKIM signatures.
- Host: GitHub
- URL: https://github.com/imthaghost/tiny
- Owner: imthaghost
- Created: 2020-02-01T00:18:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T20:12:38.000Z (over 3 years ago)
- Last Synced: 2025-02-11T20:50:55.209Z (8 months ago)
- Topics: dkim, email, python3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to tiny
> DomainKeys Identified Mail (DKIM) allows senders to associate a domain name with an email message, thus vouching for its authenticity. A sender creates the DKIM by “signing” the email with a digital signature. This “signature” is located in the message's header. Tiny creates fake keys for a desired Domain. If the domain has imporoperly configured DMARC records SMTP servers will see it as an authenticated email and not be flagged by a spam catcher.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Build Process](#build-process)
- [Contributors](#contributors)## Contributors
Contributions are welcome! Please see our [Contributing Guide](https://imthaghost/zeus) for more details.
## 📝 License
By contributing, you agree that your contributions will be licensed under its MIT License.
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.