aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-28 22:59:01 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-12-21 19:43:13 +0200
commit513d520722fe86635965aec2fb5c6666b51c4be2 (patch)
tree1ff1efc8697f96ca4d6924cf69a5b1ef11743551 /README.md
parentf5a7669e18dc333127bc1c48f64784b85607b234 (diff)
Add SMTP email support
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9f8f582..96d6683 100644
--- a/README.md
+++ b/README.md
@@ -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