mastodon: attempt smtp configuration

This commit is contained in:
Astro 2022-12-01 21:33:09 +01:00
parent 202942d9d0
commit 83b37db967
1 changed files with 2 additions and 4 deletions

View File

@ -35,12 +35,10 @@
localDomain = "c3d2.social";
smtp = {
# TODO
host = "c3d2.social";
host = "mail.c3d2.de";
port = 587;
fromAddress = "mail@c3d2.social";
authenticate = false;
# user
# passwordFile
};
elasticsearch.host = "127.0.0.1";