parent
32879c36b4
commit
f5edf1b339
1 changed files with 1 additions and 2 deletions
|
|
@ -485,8 +485,7 @@ in
|
||||||
filename = cfg.smtp;
|
filename = cfg.smtp;
|
||||||
};
|
};
|
||||||
smtp = lib.mkIf (!(builtins.isString cfg.smtp)) {
|
smtp = lib.mkIf (!(builtins.isString cfg.smtp)) {
|
||||||
host = cfg.smtp.host;
|
address = "smtp://${cfg.smtp.host}:${toString cfg.smtp.port}";
|
||||||
port = cfg.smtp.port;
|
|
||||||
username = cfg.smtp.username;
|
username = cfg.smtp.username;
|
||||||
sender = "${cfg.smtp.from_name} <${cfg.smtp.from_address}>";
|
sender = "${cfg.smtp.from_name} <${cfg.smtp.from_address}>";
|
||||||
subject = "[Authelia] {title}";
|
subject = "[Authelia] {title}";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue