Start formatting email.
This commit is contained in:
parent
8a89fc3ad6
commit
cfd0e379a1
1 changed files with 7 additions and 1 deletions
|
@ -40,7 +40,13 @@
|
|||
;; Creates reminder email body
|
||||
(define (reminder-email-body mr)
|
||||
(list
|
||||
(member-format "reminder for ~N id ~I" mr)
|
||||
(member-format "Ahoj ~N," mr)
|
||||
""
|
||||
""
|
||||
(member-format "Hi ~N," mr)
|
||||
""
|
||||
"--"
|
||||
"Brmlab Hackerspace Members Database"
|
||||
))
|
||||
|
||||
;; Creates reminder email dictionary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue