A tiny and resolute mailer CLI app
|
||
---|---|---|
.forgejo/workflows | ||
configs | ||
src/tinysteady_mailer | ||
.gitignore | ||
.python-version | ||
Containerfile | ||
pyproject.toml | ||
README.md | ||
uv.lock |
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.