From c10b82fa5c90c208d5d4148dd9eba7cfa56b53d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Jun 2022 08:43:43 +0200 Subject: [PATCH] Update config.yml --- conf/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/config.yml b/conf/config.yml index f80e62e..9ecd451 100644 --- a/conf/config.yml +++ b/conf/config.yml @@ -98,19 +98,19 @@ cors: mailer: # Whether to enable the mailer or not. If it is disabled, all users are enabled right away and password reset is not possible. - enabled: false + enabled: true # SMTP Host - host: "" + host: "localhost" # SMTP Host port - port: 587 + port: 25 # SMTP username - username: "user" + username: "" # SMTP password password: "" # Wether to skip verification of the tls certificate on the server - skiptlsverify: false + skiptlsverify: true # The default from address when sending emails - fromemail: "mail@vikunja" + fromemail: "vikunja@__DOMAIN__" # The length of the mail queue. queuelength: 100 # The timeout in seconds after which the current open connection to the mailserver will be closed.