Solved minor bugs which appeared during refactoring

This commit is contained in:
2025-01-29 14:34:46 +01:00
parent aca3399e9d
commit 7ff03ef46b
7 changed files with 6 additions and 20 deletions

View File

@@ -0,0 +1,11 @@
# Email Configuration
default_system_email:
local: no-reply
domain: "{{primary_domain}}"
username: "no-reply@{{primary_domain}}"
host: "mail.{{primary_domain}}"
smtp_port: 465
tls: true
start_tls: false
from: "no-reply@{{primary_domain}}"
smtp: true