diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2021-07-03 14:24:29 -0600 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2021-07-03 14:24:29 -0600 |
| commit | d9568fe742130af94c8349d4b52e1ca577b41c9b (patch) | |
| tree | 098f791c5c9fc8f9c8c527efcda5d519c70b8b42 | |
| parent | 5383d08e9ad0e8bf1d5ad3b7031bbfe4dab14f69 (diff) | |
fixed email subject
| -rw-r--r-- | src/core.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.lisp b/src/core.lisp index 3f217c5..de884d6 100644 --- a/src/core.lisp +++ b/src/core.lisp @@ -195,7 +195,7 @@ list of `cl-smtp:attachment' objects if non-nil." `(cl-smtp:send-email ,mail-server ,from ,(if *sendmail-debug* *sendmail-debug* to) - ,(if *sendmail-debug* (format nil "DEBUG ~a" subject) subject) + ,subject ,message ,@(when display-name `(:display-name ,display-name)) ,@(when reply-to `(:reply-to ,reply-to)) |
