0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 07:11:32 -05:00

🐛 Fix emails from header

This commit is contained in:
Alejandro Alonso 2023-05-04 08:33:20 +02:00 committed by Andrey Antukh
parent c5cfe7e2e9
commit 21c6730dc7

View file

@ -64,7 +64,7 @@
(some? bcc) (assign-recipient :bcc bcc)))
(defn- assign-from
[mmsg {:keys [default-from]} {:keys [from] :as props}]
[mmsg {:keys [::default-from] :as cfg} {:keys [from] :as params}]
(let [from (or from default-from)]
(when from
(let [from (parse-address from)]