From 74ba12cc961f4ae9f2ef25731f44fdd39c5ba22d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:43:56 +0100 Subject: [PATCH] fix admin email --- conf/config.php | 2 +- manifest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.php b/conf/config.php index 2b02c5e..c42746c 100644 --- a/conf/config.php +++ b/conf/config.php @@ -26,7 +26,7 @@ const APP_URL = '__DOMAIN__'; const NOMAPPLICATION = 'OpenSondage'; // Database administrator email -const ADRESSEMAILADMIN = '__EMAIL__'; +const ADRESSEMAILADMIN = '__ADMIN__@__DOMAIN__'; // Email for automatic responses (you should set it to "no-reply") const ADRESSEMAILREPONSEAUTO = ''; diff --git a/manifest.toml b/manifest.toml index 4697467..c01f898 100644 --- a/manifest.toml +++ b/manifest.toml @@ -6,7 +6,7 @@ description.en = "Service for planning an appointment or making a decision quick description.fr = "Service pour planifier un rendez-vous ou prendre une décision rapidement et facilement" description.de = "Service zur schnellen und einfachen Planung eines Termins oder zur Entscheidungsfindung" -version = "1.1.19~ynh2" +version = "1.1.19~ynh3" maintainers = []