aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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.