New email provider

This commit is contained in:
pazpi 2025-08-20 23:42:25 +02:00
parent 0d168690db
commit cf44a579a2
2 changed files with 5 additions and 6 deletions

View file

@ -33,12 +33,11 @@ in
enable = true;
envFile = config.age.secrets.authentik-env.path;
email = {
host = "smtp.eu.mailgun.org";
host = "smtp.tem.scaleway.com";
port = 587;
username = "auth@pazpi.top";
from = "auth@${p.domains.public}";
use_tls = true;
use_ssl = false;
from = "auth@pazpi.top";
};
proxy.domain = p.domains.public;
};