From 120c9d78980e1aacd43b5e3e596821fc45d21a18 Mon Sep 17 00:00:00 2001 From: NODeeJay <83764033+NODeeJay@users.noreply.github.com> Date: Fri, 9 Dec 2022 15:46:41 +0100 Subject: [PATCH] MAILER_SECURE changed to MAILER_SECURITY Version 2.7.4 had a breaking change, MAILER_SECURE was renamed to MAILER_SECURITY and contains a string now with possible values: none, tls, or starttls https://joplinapp.org/changelog_server/#server-v2-7-4-https-github-com-laurent22-joplin-releases-tag-server-v2-7-4-2022-02-02t19-23-34z https://discourse.joplinapp.org/t/breaking-change-on-mailer-configuration-in-joplin-server-2-7/23464 --- joplin/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joplin/config.json b/joplin/config.json index ca2bae9cc..8bfc16e1b 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -38,7 +38,7 @@ "MAILER_NOREPLY_EMAIL": "str?", "MAILER_NOREPLY_NAME": "str?", "MAILER_PORT": "int?", - "MAILER_SECURE": "int?", + "MAILER_SECURITY": "str?", "POSTGRES_DATABASE": "str?", "POSTGRES_HOST": "str?", "POSTGRES_PASSWORD": "str?",