diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-28 22:59:01 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | 513d520722fe86635965aec2fb5c6666b51c4be2 (patch) | |
| tree | 1ff1efc8697f96ca4d6924cf69a5b1ef11743551 /README.md | |
| parent | f5a7669e18dc333127bc1c48f64784b85607b234 (diff) | |
Add SMTP email support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -32,6 +32,14 @@ You can also run the app without containerization: | DB_PORT | Postgres port (default: 5432) | | DB_DATABASE | Postgres database (default: postgres) | | DB_USER | Postgres user (default: postgres) | +| EMAIL_HOST | SMTP host address | +| 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_` variables are only required if at least one of them is defined. ## Screenshots |
