aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2015-11-21 21:41:38 +0100
committerJoris2015-11-21 21:41:38 +0100
commit5375ad26dd78220185f1ffe05222250c06dc1a0c (patch)
tree30998d4fe19206e8c5c9e564db116d2022e5e313 /README.md
parent7acd7a42f7663aa79d18e24bdb9fe19bf15f8fae (diff)
downloadevents-5375ad26dd78220185f1ffe05222250c06dc1a0c.tar.gz
events-5375ad26dd78220185f1ffe05222250c06dc1a0c.tar.bz2
events-5375ad26dd78220185f1ffe05222250c06dc1a0c.zip
Get next week birthdays and send an empty mail for the moment
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
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: