summaryrefslogtreecommitdiff
path: root/src/core.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.lisp')
-rw-r--r--src/core.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.lisp b/src/core.lisp
index 04c5360..0689187 100644
--- a/src/core.lisp
+++ b/src/core.lisp
@@ -192,11 +192,11 @@ list of `cl-smtp:attachment' objects if non-nil."
,to
,subject
,message
- ,@(when ssl `(:ssl ,ssl))
,@(when display-name `(:display-name ,display-name))
,@(when reply-to `(:reply-to ,reply-to))
,@(when html-message `(:html-message ,html-message))
,@(when authentication `(:authentication ,authentication))
+ ,@(when ssl `(:ssl ,ssl))
,@(when attachments `(:attachments ,attachments))))
(defun parse-slot (slot)