| Crates.io | mailmerge |
| lib.rs | mailmerge |
| version | 0.0.1 |
| created_at | 2024-11-18 07:45:19.802513+00 |
| updated_at | 2024-11-18 07:45:19.802513+00 |
| description | MailMerge Rust Crate: work in progress for building a mail merge tool to send emails. |
| homepage | |
| repository | https://github.com/sixarm/mailmerge-rust-crate/ |
| max_upload_size | |
| id | 1451938 |
| size | 60,013 |
WORK IN PROGRESS. NOT USABLE YET.
Syntax:
mailmerge [options]
Options:
-u, --username
-p, --password
--host
--port
--security
--ratelimit
--test - test mode, which prints message to console
-v, --verbose - verbose mode error, warn, info, debug, trace
Config file example using TOML format:
username = "alice@example.com"
password = "secret"
host = "smtp.example.com"
port = 587
security = "tls"
ratelimit = 0