Initial commit

This commit is contained in:
phil 2024-12-12 02:47:55 +01:00
commit fdc8d2534a
9 changed files with 771 additions and 0 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# 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.