From 6a2d2828b4036dab0164164e24e32d23ff2a4f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 6 Jan 2024 19:33:32 +0100 Subject: [PATCH] add mail --- conf/secrets.yml | 4 ++-- manifest.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/secrets.yml b/conf/secrets.yml index ec44c77..32b624d 100644 --- a/conf/secrets.yml +++ b/conf/secrets.yml @@ -5,8 +5,8 @@ production: delivery_method: 'smtp' smtp_address: 'localhost' smtp_port: 25 - smtp_user_name: - smtp_password: + smtp_user_name: '__APP__' + smtp_password: '__MAIL_PWD__' time_zone: 'Paris' smtp_authentication: 'none' smtp_enable_starttls_auto: false diff --git a/manifest.toml b/manifest.toml index 7af10a2..037e4ca 100644 --- a/manifest.toml +++ b/manifest.toml @@ -50,8 +50,8 @@ ram.runtime = "50M" sha256 = "d609e8d2e0085eec5b240e709eca1412685b47f10ea4ca413ca7535beb7e7a8a" autoupdate.strategy = "latest_github_tag" - [resources.system_user] + allow_email = true [resources.install_dir]