aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-03-01 14:46:22 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-12-21 19:43:13 +0200
commitf778686fece43cad8c2b08293e505ceeebe1890a (patch)
treef0b001d4077e5b85cef23cc3906b8e15adadb82d /README.md
parentef8c2c576043330a7a22d9549284003e57c284bb (diff)
Fix email integration
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3e94931..bc8d7a0 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,9 @@ You can also run the app without containerization:
| EMAIL_PORT | SMTP port |
| EMAIL_HOST_USER | SMTP host user |
| EMAIL_HOST_PASSWORD | SMTP host password |
-| EMAIL_USE_TLS | Use TLS with SMTP? |
-| EMAIL_MESSAGE_FROM | Email message from header |
+| EMAIL_USE_TLS | Use STARTTLS with SMTP? |
+| EMAIL_HEADERS | Additional SMTP headers, format: `header1=foo,header2=bar` |
+| EMAIL_MESSAGE_FROM | Email message from address |
`EMAIL_` variables are only required if at least one of them is defined.