From 513d520722fe86635965aec2fb5c6666b51c4be2 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 28 Feb 2024 22:59:01 +0200 Subject: Add SMTP email support --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') 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 -- cgit v1.3