fix: use mgmt@msbls.de as default MAIL_FROM (alias now exists)

This commit is contained in:
m
2026-03-30 17:28:11 +02:00
parent 6cb87c6868
commit e5387734aa
2 changed files with 2 additions and 2 deletions

View File

@@ -473,7 +473,7 @@ func SendEmail(to, subject, body string) error {
port = "465"
}
if from == "" {
from = "mail@msbls.de"
from = "mgmt@msbls.de"
}
if host == "" || user == "" || pass == "" {