Correct the SMTP host

This commit is contained in:
Andreas Zweili 2022-04-22 18:55:25 +02:00
parent 9689977fb8
commit 671fc4302a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
tls.enable = true;
};
smtp = {
host = "mail.zweil.org";
host = "mail.zweili.org";
port = 465;
tls.enable = true;
};