mirror of
https://git.nerfingen.de/nerf/choirMail.git
synced 2025-05-15 17:50:31 +00:00
made the config file format a bit more sensible
This commit is contained in:
parent
480ffba3f9
commit
cbc22ea207
2 changed files with 14 additions and 13 deletions
13
README.md
13
README.md
|
@ -16,12 +16,13 @@ The config file is a toml file, even though it as of now makes not really use
|
|||
of any toml features.
|
||||
|
||||
```toml
|
||||
mailDomain = "the domain of the smtp server to send messages with"
|
||||
mailUser = "the username on the smtp server"
|
||||
mailPassword = "the passwond on the smtp server"
|
||||
mailTo = "the mail to send to"
|
||||
mailFrom = "the sender of the mail"
|
||||
mailErrorTo = "the address to send a mail to in case of error"
|
||||
[mail]
|
||||
domain = "the domain of the smtp server to send messages with"
|
||||
user = "the username on the smtp server"
|
||||
password = "the passwond on the smtp server"
|
||||
to = "the mail to send to"
|
||||
from = "the sender of the mail"
|
||||
errorTo = "the address to send a mail to in case of error"
|
||||
```
|
||||
|
||||
## Develop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue