From 2e03e8c150698b0f735a327933f139a93e18f682 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Mon, 6 Sep 2021 18:56:33 -0600 Subject: ssl SMTP --- src/core.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.lisp') 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) -- cgit v1.3