Skip to content

Commit

Permalink
Fixbug email
Browse files Browse the repository at this point in the history
  • Loading branch information
tanrax committed Jun 11, 2020
1 parent be7a8c6 commit c02ef4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject tadam-core "0.4.0"
(defproject tadam-core "0.4.1"
:description "First version"
:url "https://github.com/tadam-framework/tadam-core"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/tadam/email.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(send-message {:host (:smtp-host config)
:user (:smtp-user config)
:pass (:smtp-pass config)
:ssl (:smtp-ssl config)
:tls (:smtp-tls config)
:port (:smtp-port config)}
{:from (:smtp-from config)
:to to
Expand Down

0 comments on commit c02ef4f

Please sign in to comment.