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
This commit is contained in:
NODeeJay
2022-12-09 15:46:41 +01:00
committed by GitHub
parent b52a9080e5
commit 120c9d7898

View File

@@ -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?",