summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorckonstanski <carlos.konstanski@olo.com>2021-09-06 18:56:33 -0600
committerckonstanski <carlos.konstanski@olo.com>2021-09-06 18:56:33 -0600
commit2e03e8c150698b0f735a327933f139a93e18f682 (patch)
tree4deed0696b0ab4e116b31fa21e68ba783b6a3cd8 /src
parentb0374edf7c351d1b11b0c8289630933b75a13102 (diff)
ssl SMTP
Diffstat (limited to 'src')
-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)