mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 13:36:14 +02:00
✨ Minor fixes.
This commit is contained in:
parent
5b9c596170
commit
15545d0b2f
4 changed files with 2 additions and 13 deletions
|
@ -28,16 +28,6 @@
|
|||
(println "******** end email "(:id email) "**********"))]
|
||||
(log/info out))))
|
||||
|
||||
(defn adapt-config
|
||||
[cfg]
|
||||
{:host (:smtp-host cfg "localhost")
|
||||
:port (:smtp-port cfg 25)
|
||||
:default-reply-to (:smtp-default-reply-to cfg)
|
||||
:default-from (:smtp-default-from cfg)
|
||||
:tls (:smtp-tls cfg)
|
||||
:username (:smtp-username cfg)
|
||||
:password (:smtp-password cfg)})
|
||||
|
||||
(defn handler
|
||||
{:app.tasks/name "sendmail"}
|
||||
[{:keys [props] :as task}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue