From 5375ad26dd78220185f1ffe05222250c06dc1a0c Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 21 Nov 2015 21:41:38 +0100 Subject: Get next week birthdays and send an empty mail for the moment --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5fa517b..cd90214 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ Birthday ======== -Notify by email if there is a birthday today. Birthdates are parsed from -birthdates.csv: +Notify by email if there is a birthday today. This program is intended to be +launched everyday. + +Create birthdates.csv which stores birthdates: ``` 23 Oct 1982, Jean, Dupont @@ -16,6 +18,7 @@ Create config.txt: ``` mail-to = john.dupont@mail.com mail-from = no-reply@service.com +day-for-next-week-notification = Friday ``` The usage is as follow: -- cgit v1.2.3