Skip to content

Commit

Permalink
Fix config defaulting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Sep 22, 2017
1 parent 353d2f8 commit 701e103
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions i-smtp/smtp.lisp
Expand Up @@ -13,10 +13,7 @@
(define-trigger server-start ()
(defaulted-config "localhost" :host)
(defaulted-config "test@radiance" :from)
(defaulted-config NIL :ssl)
(defaulted-config NIL :reply-to)
(defaulted-config "Radiance" :display-name)
(defaulted-config NIL :auth)
(defaulted-config :utf-8 :external-format))

(defun mail:send (to subject message)
Expand Down

0 comments on commit 701e103

Please sign in to comment.