🐛 Fix error when sending user feedback form (#10419)

If the smtp-default-from is something like "Penpot
<no-reply@penpot.app>", the schema validation fails because
it expects a simple email without < >
This commit is contained in:
Andrés Moya
2026-06-25 10:37:50 +02:00
committed by GitHub
parent b096832bf5
commit 4d1706f71c
@@ -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)