From 8363345a15630285ad6836b6c1c08945f4b101aa Mon Sep 17 00:00:00 2001 From: poudenes Date: Mon, 30 Aug 2021 17:07:13 +0200 Subject: [PATCH] Update README.md Add mailer settings to the readme. --- joplin/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/joplin/README.md b/joplin/README.md index e5c8d6d43..7f3810e27 100644 --- a/joplin/README.md +++ b/joplin/README.md @@ -42,6 +42,19 @@ POSTGRES_PORT=5432 POSTGRES_HOST=localhost ``` +To use email service, set the follow variables in the config: +``` +1 = true, 0 = false +MAILER_HOST=mail.example.com +MAILER_PORT=995 +MAILER_SECURE=1 +MAILER_AUTH_USER=info@example.com +MAILER_AUTH_PASSWORD=your_password +MAILER_NOREPLY_NAME=from_name +MAILER_NOREPLY_EMAIL=from_email +MAILER_ENABLED=1 +``` + ## Support Create an issue on github