mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user