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:
parent
c5cfe7e2e9
commit
21c6730dc7
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue