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:55:36 +01:00
committed by GitHub
parent 120c9d7898
commit b38d9458ca

View File

@@ -66,7 +66,7 @@ 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_SECURITY=none, tls, starttls
MAILER_AUTH_USER=info@example.com
MAILER_AUTH_PASSWORD=your_password
MAILER_NOREPLY_NAME=from_name