Different test domain and list sending.
This commit is contained in:
parent
fd5ef664d8
commit
3c9a3fe856
1 changed files with 2 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue