[pretalx] fix missing user and disable ssl in favor of tls
All checks were successful
Check flake syntax / flake-check (push) Successful in 5m54s

This commit is contained in:
2026-03-09 13:40:45 +01:00
parent e32ee42ed1
commit d7278d18dd

View File

@@ -82,9 +82,10 @@ in
}; };
mail = { mail = {
from = "malobot@systemli.org"; from = "malobot@systemli.org";
user = "malobot@systemli.org";
host = "mail.systemli.org"; host = "mail.systemli.org";
port = "465"; port = "465";
ssl = true; ssl = false;
tls = true; tls = true;
}; };