Send mails via mail.zweili.org

This commit is contained in:
Andreas Zweili 2024-04-02 07:09:44 +02:00
parent 8e9a853369
commit ee96c22b0f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ let
MYSQL_HOST = "172.17.0.1";
NEXTCLOUD_TRUSTED_DOMAINS = "${cfg.domain} ${config.networking.hostName}.2li.local 10.7.89.103";
REDIS_HOST = "redis";
SMTP_HOST = "mail.infomaniak.com";
SMTP_HOST = "mail.zweili.org";
SMTP_SECURE = "ssl";
SMTP_PORT = "465";
};