Merge pull request 'use port 587 for smtp' (#113) from fix-mail-maybe into main
Reviewed-on: #113
This commit is contained in:
commit
e04aa66025
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ in {
|
|||
'';
|
||||
smtp = {
|
||||
host = "mail.chir.rs";
|
||||
port = 465;
|
||||
port = 587;
|
||||
tls.enable = true;
|
||||
tls.useStartTls = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue