fix(mail): switch SMTP provider
web.de SMTP credentials were often disabled.
This commit is contained in:
parent
1e6d3df52c
commit
f61b49d9d5
3 changed files with 18 additions and 17 deletions
hosts
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue