Prepare sending infrastructure.
This commit is contained in:
parent
97e31d5a81
commit
bb416724db
2 changed files with 12 additions and 1 deletions
|
|
@ -29,6 +29,7 @@
|
|||
reminders
|
||||
(
|
||||
make+print-reminder-email
|
||||
make+send-reminder-email
|
||||
)
|
||||
|
||||
(import scheme
|
||||
|
|
@ -90,4 +91,9 @@
|
|||
(print-reminder-email
|
||||
(make-reminder-email mr)))
|
||||
|
||||
;; Actually send emails
|
||||
(define (make+send-reminder-email mr)
|
||||
(print "SENDING")
|
||||
(make+print-reminder-email mr))
|
||||
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue