fix(mail): switch SMTP provider

web.de SMTP credentials were often disabled.
This commit is contained in:
Felix Schröter 2024-01-14 17:54:54 +01:00
parent 1e6d3df52c
commit f61b49d9d5
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 18 additions and 17 deletions

View file

@ -140,7 +140,8 @@ in {
enable = true;
method = "email";
email.mailTo = "admin@felschr.com";
email.mailFrom = "${config.networking.hostName} <felschr@web.de>";
email.mailFrom =
"${config.networking.hostName} <${config.msmtp.accounts.default.from}>";
};
# only change this when specified in release notes