[pretalx] fix missing user and disable ssl in favor of tls
All checks were successful
Check flake syntax / flake-check (push) Successful in 5m54s
All checks were successful
Check flake syntax / flake-check (push) Successful in 5m54s
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user