SMTP client with file scraping capabilities
Table of Contents
/remiges-smtp
├── config # Location to be used to store
├── docker-compose.yml # Docker Compose configuration for smtpclientd
├── Dockerfile.smtpclientd # Dockerfile that compiles the application
├── output # Location to be used to record output
├── README.md # Default README.md
├── testdata # Location to be used to hold data
└── doc # Document directory
├── FAQ.md # Frequently Asked Questions
├── QUICKSTART.md # QuickStart Guide
├── TUTORIAL.md # Tutorial Document
└── USAGE.md # Document providing usage information
Remiges SMTP is a powerful SMTP client that can:
- Read and process files from directories
- Format them as RFC-compliant emails
- Sign messages with DKIM
- Connect to mail servers and send emails
- Record results in CSV format
The following software were used to build this project and application:
See QUICKSTART.md
- Clone the repo
git clone https://github.com/stlimtat/remiges-smtp.git
See USAGE.md
See TUTORIAL.md
See FAQ.md
- Write initial smtp client
- Provide gen dkim tool that helps provide DNS TXT entry and config
- Update README to allow users to use
See the open issues for a full list of proposed features (and known issues).
We welcome contributions! Please see our Contributing Guide for details.
Distributed under the MIT License. See LICENSE.MIT for more information.
Project Link: https://github.com/stlimtat/remiges-smtp