pretalx: fix system mails

This commit is contained in:
Sandro - 2024-02-09 01:34:07 +01:00
parent 55675cd24a
commit a332a389d6
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@
"--log-level=info"
];
nginx.domain = "talks.datenspuren.de";
settings.mail = {
from = "noreply@c3d2.de";
host = "mail.c3d2.de";
port = "587";
tls = true;
};
};
};