From 28ab7b5cf9a7598eeebb263d8f93499576a9af73 Mon Sep 17 00:00:00 2001 From: Guerdon Mukama Date: Tue, 2 Dec 2025 17:57:37 +1100 Subject: [PATCH] update to tls --- config.edn.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.edn.template b/config.edn.template index 46af26488..430686fcf 100644 --- a/config.edn.template +++ b/config.edn.template @@ -26,7 +26,7 @@ :catalogue-tree-show-matching-parents true :enable-autosave true :extra-stylesheets {:root "./" :files ["/theme/styles.css"]} - :smtp {:host "${SMTP_HOST}" :user "${SMTP_USER}" :pass "${SMTP_PASSWORD}" :port 587 :ssl true} + :smtp {:host "${SMTP_HOST}" :user "${SMTP_USER}" :pass "${SMTP_PASSWORD}" :port 587 :tls true} :mail-from "${SMTP_SENDER}" ;; :theme-path "/rems/theme/theme.edn" ;; :extra-pages-path "/rems/extra-pages"