From 9a2dcd5a7708ee5423d2559e6a1486a3ec4feacf Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 1 Dec 2024 03:11:11 +0100 Subject: [PATCH] Improve doc --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9d37d8c..e45329b 100644 --- a/README.md +++ b/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: @localhost) -* `MAIL_TO`: destination email address (default: @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) +* `SMS_HANDLER_MAIL_SENDER`: origin email address (default: @localhost) +* `SMS_HANDLER_MAIL_TO`: destination email address (default: @localhost) +* `SMS_HANDLER_MAIL_SERVER`: address of the mail server (default: localhost) +* `SMS_HANDLER_MAIL_SERVER_PORT`: port of the mail server (default: 25) +* `SMS_HANDLER_MAIL_SERVER_START_TLS`: initiate mail server connection with TLS (default: no) +* `SMS_HANDLER_MAIL_TEMLATE`: used to format the body of the mails +* `SMS_HANDLER_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.