diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-03-01 14:46:22 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | f778686fece43cad8c2b08293e505ceeebe1890a (patch) | |
| tree | f0b001d4077e5b85cef23cc3906b8e15adadb82d /README.md | |
| parent | ef8c2c576043330a7a22d9549284003e57c284bb (diff) | |
Fix email integration
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |
