mirror of
https://github.com/penpot/penpot.git
synced 2026-06-29 10:42:06 +00:00
🐛 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:
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user