A tiny and resolute mailer CLI app
Find a file
phil 5dae08de63
All checks were successful
/ test (push) Successful in 43s
Add container; fix typo
2024-12-12 04:32:05 +01:00
.forgejo/workflows Add CI and add version option 2024-12-12 03:05:33 +01:00
configs Initial commit 2024-12-12 02:47:55 +01:00
src/tinysteady_mailer Add container; fix typo 2024-12-12 04:32:05 +01:00
.gitignore Initial commit 2024-12-12 02:47:55 +01:00
.python-version Initial commit 2024-12-12 02:47:55 +01:00
Containerfile Add container; fix typo 2024-12-12 04:32:05 +01:00
pyproject.toml Cleanup @goof 2024-12-12 03:31:20 +01:00
README.md Initial commit 2024-12-12 02:47:55 +01:00
uv.lock Initial commit 2024-12-12 02:47:55 +01:00

Tinysteady mailer

CLI tool to send mails (campaigns) to lists of addresses.

Mail campaigns are organized in yaml configuration yaml files, and given in the environment variable CONFIG.

The intention is to be able to send mails using mail servers with time limitations with all free accounts in standard mail services. The tool keeps track of failures: a next run with the same config file will process only the failures, so all recipients will eventually be reached.