Different test domain and list sending.

This commit is contained in:
Dominik Pantůček 2023-04-11 09:26:56 +02:00
parent fd5ef664d8
commit 3c9a3fe856

View file

@ -94,8 +94,9 @@
;; Actually send emails
(define (make+send-reminder-email mr)
(let ((em (make-reminder-email mr)))
(print "Sending " (ldict-ref em 'subject) " originally to " (ldict-ref em 'to))
(send-mail (ldict-ref em 'body)
#:to "dominik.pantucek@trustica.cz"
#:to "joe@joe.cz"
#:subject (ldict-ref em 'subject))))
)