fixed now (tm)

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-03-30 21:49:55 +02:00
parent 2ba41d37fb
commit fa98f9eb2e

View File

@@ -192,7 +192,7 @@
tls.useStartTls = true; tls.useStartTls = true;
}; };
smtp = { smtp = {
port = 465; port = 587;
host = "mail.${hyper.domain}"; host = "mail.${hyper.domain}";
tls.useStartTls = true; tls.useStartTls = true;
}; };