From 4d1706f71c57280752f6ed1d8271e5a82d650f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Thu, 25 Jun 2026 10:37:50 +0200 Subject: [PATCH] :bug: Fix error when sending user feedback form (#10419) If the smtp-default-from is something like "Penpot ", the schema validation fails because it expects a simple email without < > --- backend/src/app/rpc/commands/feedback.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/app/rpc/commands/feedback.clj b/backend/src/app/rpc/commands/feedback.clj index 9c14e0b2d9..565f41d30e 100644 --- a/backend/src/app/rpc/commands/feedback.clj +++ b/backend/src/app/rpc/commands/feedback.clj @@ -54,7 +54,6 @@ (eml/send! {::eml/conn pool ::eml/factory eml/user-feedback - :from (cf/get :smtp-default-from) :to destination :reply-to (:email profile) :email (:email profile)