This commit is contained in:
Christian Fraß 2025-10-07 16:26:49 +02:00
parent 0002ae76af
commit 2da64d257f

View file

@ -171,7 +171,7 @@
"filename": "{{cfg_authelia.notification.data.path}}"
}
{% endif %}
{% if cfg_authelia.notification_mode == "smtp" %}
{% if cfg_authelia.notification.kind == "smtp" %}
"smtp": {
"address": "{{cfg_authelia.notification.data.host}}:{{cfg_authelia.notification.data.port | string}}",
"username": "{{cfg_authelia.notification.data.username}}",