From 47d89158a278e752ab1900fa0d29fc1fab5aea38 Mon Sep 17 00:00:00 2001 From: HongKee Moon <moon@mpi-cbg.de> Date: Tue, 8 Feb 2022 10:45:26 +0100 Subject: [PATCH] Updated config structure --- cms/config/plugins.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/cms/config/plugins.js b/cms/config/plugins.js index fff089a..7d2ea5f 100644 --- a/cms/config/plugins.js +++ b/cms/config/plugins.js @@ -1,9 +1,11 @@ module.exports = ({ env }) => ({ email: { - provider: 'sendmail', - settings: { - defaultFrom: 'no-reply@ddcode.org', - defaultReplyTo: 'no-reply@ddcode.org', + config: { + provider: 'sendmail', + settings: { + defaultFrom: 'No-Reply <no-reply@ddcode.org>', + defaultReplyTo: 'No-Reply <no-reply@ddcode.org>', + }, }, }, }); -- GitLab