|
vor 5 Jahren | |
---|---|---|
data | vor 5 Jahren | |
.env.template | vor 5 Jahren | |
.gitignore | vor 5 Jahren | |
README.md | vor 5 Jahren | |
docker-compose.yml | vor 5 Jahren |
Ships plain text files, e.g. logs or status reports via e-mail.
This image sends the content of each text file moved from the folder 1-prep
to 2-ready
via e-mail.
The first line of the text file is set as mail subject and all following lines as message body.
When done, the mail is moved to 3-done
.
mail/
├── 1-prep
├── 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