From c3bb43b48274c27390b43791d122eea4313962c5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 16 Jan 2022 16:14:50 +0100 Subject: [PATCH] Update config.yml --- conf/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/config.yml b/conf/config.yml index d8a061d..d499580 100644 --- a/conf/config.yml +++ b/conf/config.yml @@ -98,17 +98,17 @@ 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: "vikunja" # 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" # The length of the mail queue.