From 0f66f8c7ba9c46c169fe1e159e4ec2f284ea4c7b Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:04:32 +0100 Subject: [PATCH] adjust email for Yunohost >11.2 --- conf/.env.production | 6 +++--- manifest.toml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/.env.production b/conf/.env.production index c05bcbf..1678b60 100644 --- a/conf/.env.production +++ b/conf/.env.production @@ -47,11 +47,11 @@ FLOWER_PASSWORD=changeme # Email config EMAIL_HOST=localhost EMAIL_PORT=587 -EMAIL_HOST_USER=__ADMIN_MAIL__ -EMAIL_HOST_PASSWORD= +EMAIL_HOST_USER=__APP__ +EMAIL_HOST_PASSWORD=__MAIL_PWD__ EMAIL_USE_TLS=true EMAIL_USE_SSL=false -EMAIL_SENDER_NAME=__ADMIN_MAIL__ +EMAIL_SENDER_NAME==__APP__@__DOMAIN__ # defaults to DOMAIN #EMAIL_SENDER_DOMAIN= diff --git a/manifest.toml b/manifest.toml index 3962534..0daced5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,6 +57,7 @@ ram.runtime = "50M" [resources.system_user] + allow_email = true [resources.install_dir]