Add CC to tos list.

This commit is contained in:
Dominik Pantůček 2023-09-19 21:06:25 +02:00
parent ce25e2fe77
commit bba2eac7ec

View file

@ -78,7 +78,8 @@
(send-mail (ldict-ref em 'body) (send-mail (ldict-ref em 'body)
#:from (*email-from*) #:from (*email-from*)
#:headers (ldict-ref em 'headers '()) #:headers (ldict-ref em 'headers '())
#:to (ldict-ref em 'to) #:to (list (ldict-ref em 'to)
(ldict-ref em 'cc))
#:subject (ldict-ref em 'subject))) #:subject (ldict-ref em 'subject)))
;; Creates reminder email body ;; Creates reminder email body