Toastie 9ee8f02192 added cron for periodic sendout | 4 年 前 | |
---|---|---|
data | 4 年 前 | |
.env.template | 4 年 前 | |
.gitignore | 4 年 前 | |
Dockerfile | 4 年 前 | |
README.md | 4 年 前 | |
docker-compose.yml | 4 年 前 |
Ships plain text files, e.g. logs or status reports via e-mail.
1-prep
to 2-ready
via e-mail.3-done
.
data/opt/txt2mail/var/
├── 1-prep
│ ├── 15min
│ │ └── testmail
│ ├── daily
│ ├── hourly
│ ├── manually
│ ├── monthly
│ └── weekly
├── 2-ready
└── 3-done
cp .env.template .env
docker-compose up -d
txt2mail/data/mail
1-prep
to be sent via mail2-ready
mail/
folder is created on first startup if it doesn't exist