File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- (defproject tadam-core " 0.4.3 "
1
+ (defproject tadam-core " 0.4.4 "
2
2
:description " Tadam Framework Core: Library to create dynamic pages"
3
3
:url " https://github.com/tadam-framework/tadam-core"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
20
20
[buddy/buddy-core " 1.6.0" ]
21
21
[buddy/buddy-hashers " 1.4.0" ]
22
22
; ; Send emails
23
- [clj-kondo " RELEASE" ]
24
- [com.draines/postal " 2.0.3" ]]
23
+ [com.draines/postal " 2.0.3" ]
24
+ ; ; Linter
25
+ [clj-kondo " RELEASE" ]]
25
26
:plugins [; ; DEV TOOLS
26
27
; ;; Check idiomatic bug
27
28
[lein-kibit " 0.1.7" ]]
28
29
; ; ALIAS
29
30
:aliases {" check-idiomatic" [" kibit" " src" ]
30
- " check-lint" [" run" " -m" " clj-kondo.main" " --lint" " src" ]}
31
+ " check-lint" [" run" " -m" " clj-kondo.main" " --lint" " src" ]}
31
32
:repl-options {:init-ns tadam.core})
Original file line number Diff line number Diff line change 2
2
(:require
3
3
[postal.core :refer [send-message]]))
4
4
5
- (defn send
5
+ (defn send-email
6
6
" Send email"
7
7
[config to subject content-html content-plain]
8
8
(send-message {:host (:smtp-host config)
You can’t perform that action at this time.
0 commit comments