From b0b80763b64a1825ee0b20b2ce1d33babdfea615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:52:47 +0200 Subject: [PATCH] debug --- conf/config.inc.php | 2 +- manifest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.inc.php b/conf/config.inc.php index d4dedda..dc91eaa 100644 --- a/conf/config.inc.php +++ b/conf/config.inc.php @@ -312,7 +312,7 @@ $conf['mail_allow_html'] = true; // smtp_user/smtp_password: user & password for smtp authentication $conf['smtp_host'] = 'localhost:25'; $conf['smtp_user'] = '__APP__'; -$conf['smtp_password'] = '__MAIL_PWD__'; +$conf['smtp_password'] = ''; // 'ssl' or 'tls' $conf['smtp_secure'] = null; diff --git a/manifest.toml b/manifest.toml index 1cbd09a..8675555 100644 --- a/manifest.toml +++ b/manifest.toml @@ -79,7 +79,7 @@ ram.runtime = "50M" format = "zip" [resources.system_user] - allow_email = true + #allow_email = true [resources.install_dir]