From 48a746ed0805513095be4a87307d6e6664d13be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 14 Nov 2023 11:46:46 +0100 Subject: [PATCH] fix --- conf/.env | 8 ++++---- manifest.toml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/conf/.env b/conf/.env index d5ad827..7198df0 100644 --- a/conf/.env +++ b/conf/.env @@ -26,12 +26,12 @@ ROOT_URL='https://__DOMAIN____PATH__' # https://github.com/wekan/wekan/wiki/Adding-users # https://github.com/wekan/wekan/wiki/Troubleshooting-Mail # https://github.com/wekan/wekan-mongodb/blob/master/docker-compose.yml -MAIL_URL='smtp://__MAIN_DOMAIN__:25/' -MAIL_FROM='Wekan Support ' +MAIL_URL='smtp://__APP__:__MAIL_PWD__@__MAIN_DOMAIN__:25/' +MAIL_FROM='Wekan Support <__APP__@__DOMAIN__>' # Currently MAIL_SERVICE is not in use. #MAIL_SERVICE=Outlook365 -#MAIL_SERVICE_USER=firstname.lastname@hotmail.com -#MAIL_SERVICE_PASSWORD=SecretPassword +#MAIL_SERVICE_USER=__APP__ +#MAIL_SERVICE_PASSWORD=__MAIL_PWD__ #--------------------------------------------- #KADIRA_OPTIONS_ENDPOINT=http://127.0.0.1:11011 #--------------------------------------------- diff --git a/manifest.toml b/manifest.toml index 71cc00c..50bf768 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,6 +57,7 @@ ram.runtime = "50M" [resources.ports] [resources.system_user] + allow_email = true [resources.install_dir]