Try using SSL, even though that's wrong

This commit is contained in:
niten 2023-12-01 12:05:12 -08:00
parent bb5ef07f0f
commit b2be3d486f
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,8 @@ in {
AUTHENTIK_EMAIL__USERNAME = cfg.smtp.user;
AUTHENTIK_EMAIL__PASSWORD =
removeSuffix "\n" (readFile cfg.smtp.password-file);
AUTHENTIK_EMAIL__USE_TLS = true;
# TODO: THIS IS WRONG BUT MAYBE RIGHT FOR FRANCE?
AUTHENTIK_EMAIL__USE_SSL = true;
AUTHENTIK_EMAIL__TIMEOUT = 10;
AUTHENTIK_EMAIL__FROM = cfg.smtp.from-address;
};