Try sending.
This commit is contained in:
parent
bb416724db
commit
2bdb51aa6c
1 changed files with 4 additions and 2 deletions
|
@ -93,7 +93,9 @@
|
|||
|
||||
;; Actually send emails
|
||||
(define (make+send-reminder-email mr)
|
||||
(print "SENDING")
|
||||
(make+print-reminder-email mr))
|
||||
(let ((em (make-reminder-email mr)))
|
||||
(send-mail (ldict-ref em 'body)
|
||||
#:to "dominik.pantucek@trustica.cz"
|
||||
#:subject (ldict-ref em 'subject))))
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue