From 25b1c5fe901a8b9eaf1144521d29f27edd08c71d Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 17 Nov 2021 14:46:18 +0100 Subject: [PATCH] :paperclip: Minor update on feedback module. --- backend/resources/emails/feedback/en.subj | 2 +- backend/src/app/http/feedback.clj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/resources/emails/feedback/en.subj b/backend/resources/emails/feedback/en.subj index 689241167..aa226f6df 100644 --- a/backend/resources/emails/feedback/en.subj +++ b/backend/resources/emails/feedback/en.subj @@ -1 +1 @@ -[FEEDBACK]: {{subject}} +[PENPOT FEEDBACK]: {{subject}} diff --git a/backend/src/app/http/feedback.clj b/backend/src/app/http/feedback.clj index e82a93a4e..8b0938bbe 100644 --- a/backend/src/app/http/feedback.clj +++ b/backend/src/app/http/feedback.clj @@ -61,6 +61,7 @@ destination (cf/get :feedback-destination)] (eml/send! {::eml/conn pool ::eml/factory eml/feedback + :from destination :to destination :profile profile :reply-to (:from params)