Doc cosmetic
This commit is contained in:
parent
2463355b0b
commit
f393102022
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -13,13 +13,13 @@ apt install -y pipx && pipx install uv
|
|||
|
||||
Configuration is done by environment variables, prefixed by `SMS_HANDLER_`:
|
||||
|
||||
* MAIL_SENDER: origin email address (default: <username>@localhost)
|
||||
* MAIL_TO: destination email address (default: <username>@localhost)
|
||||
* MAIL_SERVER: address of the mail server (default: localhost)
|
||||
* MAIL_SERVER_PORT: port of the mail server (default: 25)
|
||||
* MAIL_SERVER_START_TLS: initiate mail server connection with TLS (default: no)
|
||||
* MAIL_TEMLATE: used to format the body of the mails
|
||||
* MAIL_ENABLE: no or false to disable mails (default: yes)
|
||||
* `MAIL_SENDER`: origin email address (default: <username>@localhost)
|
||||
* `MAIL_TO`: destination email address (default: <username>@localhost)
|
||||
* `MAIL_SERVER`: address of the mail server (default: localhost)
|
||||
* `MAIL_SERVER_PORT`: port of the mail server (default: 25)
|
||||
* `MAIL_SERVER_START_TLS`: initiate mail server connection with TLS (default: no)
|
||||
* `MAIL_TEMLATE`: used to format the body of the mails
|
||||
* `MAIL_ENABLE`: no or false to disable mails (default: yes)
|
||||
|
||||
The default settings assume that a mail server runs on the localhost,
|
||||
and mails are sent to the user that owns the process.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue