outline: correct smtp port

This commit is contained in:
Payas Relekar 2023-06-10 13:45:50 +05:30
parent b3d9e6c9c8
commit 330607b315

View file

@ -88,7 +88,7 @@
fromEmail = "gandalf@bhankas.org";
replyEmail = "gandalf@bhankas.org";
host = "smtp.purelymail.com";
port = 587;
port = 465;
passwordFile = "/run/agenix/gandalf_mail";
};
oidcAuthentication = {