Add CC to tos list.
This commit is contained in:
parent
ce25e2fe77
commit
bba2eac7ec
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@
|
|||
(send-mail (ldict-ref em 'body)
|
||||
#:from (*email-from*)
|
||||
#: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)))
|
||||
|
||||
;; Creates reminder email body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue