mastodon: change smtp port
This commit is contained in:
parent
2deebeaac4
commit
a3b75eee37
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ in
|
||||||
createLocally = false;
|
createLocally = false;
|
||||||
authenticate = true;
|
authenticate = true;
|
||||||
host = "smtp.mailgun.org";
|
host = "smtp.mailgun.org";
|
||||||
port = 465;
|
port = 587;
|
||||||
fromAddress = "mastodon@mg.kempkens.io";
|
fromAddress = "mastodon@mg.kempkens.io";
|
||||||
inherit (secret.mastodon.smtp) user;
|
inherit (secret.mastodon.smtp) user;
|
||||||
inherit (secret.mastodon.smtp) passwordFile;
|
inherit (secret.mastodon.smtp) passwordFile;
|
||||||
|
|
Loading…
Reference in a new issue