config/description: hint at Swoosh defaulting to SSL

Fixes: https://akkoma.dev/AkkomaGang/akkoma/issues/953
This commit is contained in:
Oneric 2025-07-29 21:02:17 +02:00
parent 23a4d5a15f
commit af84dcb28f

View file

@ -298,7 +298,7 @@
key: :ssl,
label: "Use SSL",
type: :boolean,
description: "Use Implicit SSL/TLS. e.g. port 465"
description: "Use Implicit SSL/TLS. e.g. port 465; default: true"
},
%{
group: {:subgroup, Swoosh.Adapters.SMTP},