diff --git a/config_panel.toml b/config_panel.toml index 268ce01..2819488 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -382,11 +382,12 @@ help = "Config for sending emails via an smtp server." bind = "smtp-disclose-recipients:__INSTALL_DIR__/config.yaml" choices = [ "true", "false" ] default = "false" + type = "select" + [main.smtp.smtp_disclose_recipients.help] en = """true: Disclose all recipients in the To field\ false: Email will be sent to Undisclosed Recipients""" fr = """true : divulguer tous les destinataires dans le champ À\ false : l'e-mail sera envoyé sans divulguer les destinataires""" - type = "select" #################### #### CACHE SETTINGS